@media (min-width: 767px) and (max-width: 993px){
    .three{
        padding: 0 10px;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .main-sub-menu{
        height: auto;
    }
    .h1{
        font-size: 1.5rem !important;
    }
    .services1 .suger{
        margin: 0;
    }
    .h2 {
        font-size: 1.20rem !important;
    }
    .sec-heading .h2:before{
        height: 3px;
        left: 50%;
        transform: translateX(-50%);
    }
    .h3 {
        font-size: 1rem !important;
    }
    p{
        line-height: 24px;
        font-size: 14px;
    }
    .h6 {
        font-size: 0.9rem !important;
    }
    .services1 .suger{
        margin-bottom: 25px;
    }
    .sensor-logo img{
        width: 100%;
    }
    .sensor-logo2 img{
        width: 100%;
    }
    .sensor-logo:before {
        border: none;
        position: absolute;
        right: -60px;
        content: "";
        transform: translateY(-50%);
        border-bottom: 0.5px dashed #ddd;
        width: 80px;
        height: 80px;
        top: 60%;
        border-radius: 50%;
    }
    .sensor-logo:after{
        display: none;
    }
    .masibus-logo img{
        height: auto;
    }
    .masibus-logo2 img{
        height: auto;
    }
    .masibus-logo3{
        width: 23%;
    }
    .masibus-logo3 img{
        height: auto;
    }
    .certifi-img {
        height: 140px;
    }
    .certificate-div{
        gap: 10px;
        margin-bottom: 25px;
    }
    .certifi-text p{
        line-height: 21px;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .contact_section.layout_padding{
        padding: 15px !important;
    }
    .career-form{
        padding: 15px ;
        margin-bottom: 25px;
    }
}