body{
    font-family: 'Inter', sans-serif;
}


.cyan-head{
    color: #4BBBC6;
    font-weight: 600;
    font-size: 50px;
}
.service-img{
    width: 100%;
    border-radius: 10px;
}

.service-head{
    font-size: 30px;
    color: #000;
    padding: 0;
    margin-bottom: 10px;
}
.service-text{
    font-size: 14px;
    color: #6b6b6b;;
    padding: 0;
    margin-bottom: 8px;
    text-align: justify;
}
.hidden-div{
    height: 30px;
    width: 100%;
}
@media only screen and (max-width: 576px) {
    
    .bg-l{
        background-color: #fff;
        padding: 30px 5%;
    }
    .cyan-head{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hidden-div{
        height: 1px;
        width: 100%;
    }
}