/* Service Section */
.service-section{
    padding: 100px 0 97px 0;
}
.service-block{
    text-align: center;
}
.service-block h3{
    margin: 8px 0 0 0;
    color: #336C6A;
    letter-spacing: 0.5;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    font-family: 'DIN Next LT Pro';
}
.service-block img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0 auto;
}
.service-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -10px;
    gap: 30px 0;
}
.service-col{
    padding: 0 10px;
}



/* Responsive */
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1299px) {

    /* Service Section  */
    .service-section{
        padding: 70px 0;
    }
}

@media screen and (max-width: 1199px) {
}


@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {

    .service-section{
        padding: 50px 0;
    }
}
@media (min-width:576px) and (max-width:767px) {}