.services-section {
    background-color: #F7F7F9;
    padding: 40px 0px 50px 0px;
}
.join-section {
    padding: 40px 0px 40px 0px;
    background: #ececec;
}
.join-section-cont {
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.join-section-cont .title h6 {
    color: #f81c0c;
    font-family: 'DMSans-Medium';
    font-size: 18px;
}
.join-section-cont .title h4 {
    color: #000;
    font-family: 'ZCOOL-Regular';
    font-size: 42px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 22px;
}
.join-section-cont .title p {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
}
.services-section .categories-list h3 {
    font-family: 'ZCOOL-Regular';
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}
.services-section .categories-list p, .services-section .categories-list a {
    color: #fff;
}

@media (max-width: 600px) {
    .services-section {
        padding-top: 0px;
    }
    .services-section .categories-list h3 {
        font-size: 20px;
    }
    .join-section-cont .title h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .join-section-cont .title h6 {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .services-section {
        padding-top: 0px;
    }
    .inner-banner {
        padding: 115px 0px 15px 0px;
    }
    .categories-list {
        padding: 30px 20px 30px 20px;
    }
    .services-section .categories-list h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .services-section .categories-list p, .services-section .categories-list a {
        font-size: 14px;
    }
    .categories-list img {
        width: 40px; 
    }
    .join-section-cont .title h4 {
        font-size: 30px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section .categories-list h3 {
        font-size: 22px;
        line-height: 29px;
    }
}