﻿

.strip-box{
    padding: 70px 0 130px;
}

.strip-bcnt{
    position: relative;
}

.strip-bctxt{
    width: 65%;
    min-height: 350px;
    padding: 40px;
    background-color: #f5f5f5;
}

.strip-bctxt h3{
    font-size: 24px;
    padding-bottom: 25px;
    position: relative;
    display: inline-block;
}
.strip-bctxt h3::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #1ba1e6;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.strip-bctp{
    width: 72%;
    margin-bottom: 20px;
}
.strip-bctp p{
    font-size: 16px;
    margin-top: 5px;
}
.strip-bctp p span{
    font-weight: 600;
    margin-right: 10px;
}



.strip-bctimg{
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
}
.strip-bctimg img{
    width: 100%;
    height: auto;
}



@media only screen and (max-width:1440px) {
    .strip-box {
        padding: 60px 0 120px;
    }

    .strip-bctxt {
        width: 65%;
        min-height: 300px;
        padding: 30px;
    }
    
    .strip-bctxt h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .strip-bctp {
        margin-bottom: 15px;
    }
    .strip-bctp p {
        font-size: 14px;
        margin-top: 5px;
    }
    
}

@media only screen and (max-width:769px) {
    .strip-box {
        padding: .6rem .1rem 1.2rem;
    }

    .strip-bctxt {
        width: 90%;
        min-height: 240px;
        padding: .3rem .3rem 1rem;
    }
    .strip-bctp {
        width: 100%;
        margin-bottom: .15rem;
    }

    .strip-bctimg {
        top: auto;
        bottom: -15%;
    }


    .strip-bctxt h3 {
        font-size: 16px;
        padding-bottom: .2rem;
    }
    .strip-bctxt h3::after {
        width: 30px;
        height: 2px;
        bottom: .1rem;
    }
    .strip-bctp p {
        font-size: 12px;
    }

}

