.other-service-back{
    background: url(IMG/1727658672474.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: max-content;
}

.core-service-back{
    background: url(IMG/1728019426476.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.service-h2{
    font-size: 2vw;
}

/* .service-card{
    border-bottom: 1px solid gray;
} */

.service-card a{
    text-decoration: none;
    color: black;
}

.service-sub-heading{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 1.3vw;
    border-left: 2px solid gray;
    border-bottom: 1px solid gray;
    padding-left: 10px;
    padding-bottom: 10px;
}

.service-sub-back{
    background: url(IMG/pexels-algrey-2817871.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: max-content; 
}

.sub-service-heading{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: burlywood;
    font-size: 1.3vw;
}

.service-call{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    color: #fff;
}


/* MEDIA QUERY */
@media (max-width:576px){
    .service-sub-heading{
        font-size: 5.5vw;
    }

    .sub-service-heading{
        font-size: 4.5vw;
    }
    .service-call{
        font-size: 4.5vw;
    }

    .icons{
        font-size: 4.5vw;
    }

    .service-h2{
        font-size: 6vw;
    }

    /* .core-service-back{
        height: 50vh;
    } */
}

@media (min-width:577px) and (max-width:767px){
    .service-sub-heading{
        font-size: 5.5vw;
    }

    .sub-service-heading{
        font-size: 4.5vw;
    }
    .service-call{
        font-size: 4.5vw;
    }

    .icons{
        font-size: 4.5vw;
    }

    .service-h2{
        font-size: 6.3vw;
    }

    .top-contact{
        font-size: 4.5vw;
    }
}


@media (min-width:768px) and (max-width:991px){
    .service-sub-heading{
        font-size: 5.5vw;
    }

    .sub-service-heading{
        font-size: 4.5vw;
    }
    .service-call{
        font-size: 4.5vw;
    }

    .icons{
        font-size: 4.5vw;
    }

    .service-h2{
        font-size: 6.3vw;
    }

    .top-contact{
        font-size: 4.5vw;
    }
}


@media (min-width:992px) and (max-width:1199px){
    .service-sub-heading{
        font-size: 2vw;
    }

    .service-h2{
        font-size: 2.8vw;
    }
}  


@media (min-width:1200px) and (max-width:1399px){
    
}


@media (min-width:1400px){
    
}