.services__details-wrap .row .col-70 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 3.125rem;
}
@media (max-width: 991.98px) {
    .services__details-wrap .row .col-70 {
        width: 100%;
    }
}
.choose-area-custom {
    background: var(--tg-color-section-body);
}
@media (min-width: 1500px) {
    .choose-area-custom {
        padding: 60px 0;
    }
}
