.cat-info-block {
    max-width: 60%;
    width: 100%;
    padding: 70px 50px 50px 30px;
}
.cat-info-block .image-block img {
    max-width: 240px;
}
.cat-info-block .image-block {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}
.content-op span {
    cursor: pointer;
}

.op-cont {
    padding-right: 30px;
    cursor: pointer;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8E8E8D;
    margin-bottom: 16px;
}
.op-cont span {
    font-size: 34px;
}
.op-cont p {
    margin: 0;
    font-family: 'Bebas', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
}
.op p, .op li {
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
}
.op {
    display: none;
}
.commercial-bg, .residential-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    background-size: cover;
}
#what-we-do .last-b .gl-st {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: Bebas, sans-serif;
    margin-bottom: 30px;
}
#what-we-do .last-b {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}
#what-we-do .bg-bloc {
    position: relative;
    margin-bottom: 80px;
}
#what-we-do .bg-bloc p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 56px;
    max-width: 1090px;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#what-we-do .body .title-b + p + h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: Bebas, sans-serif;
    text-align: center;
}
#what-we-do .body .title-b + p {
    margin-bottom: 28px;
}
#what-we-do .body .title-b {
    margin-bottom: 28px;
    font-size: 56px;
    font-family: Bebas, sans-serif;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}
#what-we-do .body .desc {
    font-size: 16px;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
#what-we-do .body .sub-t {
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
#what-we-do .services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto 80px auto;
}

#what-we-do .service-item {
    background: #e7e7e7;
    padding: 40px 20px 54px 20px;
    border-radius: 6px;
    text-align: center;
}

#what-we-do .service-item h3 {
    min-height: 72px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

#what-we-do .service-item p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 189px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
}



@media only screen and (max-width: 1250px) {
    #what-we-do .services, #what-we-do .last-b {
        padding: 0 20px;
    }
    #what-we-do .bg-bloc p {
        max-width: 800px;
    }
    .op p, .op li {
        max-width: 80%;
    }
    .cat-info-block {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    #what-we-do .service-item {
        padding: 15px 5px 60px 5px;
        border-radius: 6px;
        text-align: center;
    }
    #what-we-do .service-item h3 {
        font-size: 16px;
    }
    #what-we-do .service-item p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 768px) {
    body #what-we-do .services {
        grid-template-columns: repeat(2, 1fr);
        max-width: 400px;
    }
    #what-we-do .services {
        padding: 0 10px; !important;
    }
    #what-we-do .service-item h3 {
        font-size: 18px;
    }
    #what-we-do .service-item p {
        font-size: 10px;
        line-height: 14px;
    }
    #what-we-do .bg-bloc img {
        min-height: 400px;
        object-fit: cover;
    }
    #what-we-do .bg-bloc p {
        font-size: 14px;
        line-height: 18px;
        bottom: 40px;
        padding: 0 20px;
    }
    #what-we-do .bg-bloc {
        margin-bottom: 40px;
    }
    #what-we-do .body .title-b {
        font-size: 36px;
        margin-bottom: 5px;
    }
    #what-we-do .body .sub-t {
        font-size: 12px;
    }
    #what-we-do .body .title-b + p {
        margin-bottom: 5px;
    }
    .max-370-mob {
        max-width: 370px !important;
        margin: 0 auto;
    }
    #what-we-do .body .desc {
        font-size: 12px;
        line-height: 16px;
        max-width: 360px;
    }
    #what-we-do .cat-info-block .op-cont p {
        font-size: 16px;
        line-height: 20px;
    }
    #what-we-do .op-cont {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #what-we-do .op-cont {
        padding-right: 10px;
    }
    #what-we-do .mb-18-mob {
        margin-bottom: 18px !important;
    }
    #what-we-do .cat-info-block .image-block img {
        max-width: 130px;
    }
    #what-we-do .cat-info-block .image-block {
        margin-bottom: 20px;
    }
    #what-we-do .op p, .op li {
        font-size: 10px;
        line-height: 14px;
    }
    #what-we-do .cat-info-block .image-block {
        flex-wrap: wrap;
    }
    #what-we-do .services {
        margin-bottom: 40px;
    }
    #what-we-do .last-b .gl-st {
        font-size: 16px;
    }
}
@media only screen and (max-width: 420px) {
    body #what-we-do .services {
        grid-template-columns: repeat(1, 1fr) !important;
        max-width: 90%;
    }
    body #what-we-do .service-item {
        padding: 15px 5px 60px 5px;
        border-radius: 6px;
        text-align: center;
    }
    body #what-we-do .service-item h3 {
        font-size: 22px;
    }
    body #what-we-do .service-item p {
        font-size: 16px;
        line-height: 20px;
    }
}
