/* banner */
.lower-about-service {
    width: 100%;
    height: 65%;
    background-image: url("/assets/services-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: aqua;
}
/* tech section */
.tech-wrapper{
    width: 100%;
    padding: 80px 0;
}
.tech-container .tech-content-box{
    width: 60%;
}
.tech-container .tech-content-box{
    width: 40%;
}
.tech-container .tech-image-box{
    width: 600px;
}
.tech-image-box .tech-img{
    width: 100%;
    height: 100%;
    background-color: #B7BBC4;
    border-radius: 20px;
    object-fit: cover;
}
.tech-content-box .tech-heading{
    font-size: 75px;
}
.tech-heading .bold{
    font-weight: 700;
}
.tech-content-box .tech-sub-heading{
    font-size: 18px;
    color: #090909;
    opacity: 70%;
}
.tick-img{
    width: 30px;
}
.tick-text{
    font-size: 18px;
    color: #090909;
}
.tech-btn{
    width: 180px;
    height: 52px;
    background-color: #0D0D0D;
    border: none;
    border-radius: 10px;
    color: #F9F9F9;
    font-size: 18px;
}
.margin-top{
    margin-top: 80px;
}
/* responsive */
@media screen and (max-width:1400px) {
    /* tech section */
    .tech-content-box .tech-heading{
        font-size: 65px;
    }
    .tech-content-box .tech-sub-heading{
        font-size: 16px;
        color: #090909;
        opacity: 70%;
    }
}
/* 1200 */
@media screen and (max-width:1200px) {
    /* tech section */
    .tech-content-box .tech-heading{
        font-size: 55px;
    }
    .tech-content-box .tech-sub-heading{
        font-size: 14px;
    }
    .tick-img{
        width: 25px;
    }
    .tick-text{
        font-size: 16px;
        color: #090909;
    }
    .tech-container .tech-content-box{
        width: 45%;
    }
    .tech-container .tech-image-box{
        width: 50%;
    }
}
/* 993 */
@media screen and (max-width : 993px) {
    /* tech section */
    .tech-content-box .tech-heading{
        font-size: 42px;
    }
    .tech-content-box .tech-sub-heading{
        font-size: 12px;
    }
    .tick-img{
        width: 20px;
    }
    .tick-text{
        font-size: 12px;
    }
    .tech-container .tech-content-box{
        width: 50%;
    }
    /* .tech-container .tech-image-box{
        width: 45%;
    } */
}
/* 767 */
@media screen and (max-width:767px) {
    /* tech section */
    .tech-content-box .tech-heading{
        font-size: 42px;
    }
    .tech-content-box .tech-sub-heading{
        font-size: 16px;
    }
    .tick-img{
        width: 25px;
    }
    .tick-text{
        font-size: 16px;
    }
    .tech-container .tech-content-box{
        width: 100%;
    }
    .tech-container .tech-image-box{
        width: 100%;
    }
    .tech-image-box .tech-img{
        /* width: 600px; */
        height: 400px;
    }
    .margin-top{
        margin-top: 40px;
    }
}
@media screen and (max-width:500px) {
    .tech-content-box .tech-sub-heading{
        font-size: 14px;
    }
    .tick-img{
        width: 20px;
    }
    .tick-text{
        font-size: 12px;
    }
}