@media screen and (max-width: 991.98px) {
    body {
        padding-top: 80px !important;
    }

    .header {
        background: #fff !important;
    }

    .header .burger__line {
        background: #43484e;
    }

    .cst-mobile-margin-01 {
        position: relative;
        top: -60px;
    }
}

@media screen and (max-width: 479.98px) {
    .therapists__title {
        margin: 120px 0 30px 0;
    }
}

.btn_booking {
    color: #fff;
    background-color: #bda694;
}

.pcard__title span {
    font-size: 16px;
}


@media screen and (max-width: 768px) {
    .pcard__title span {
        font-size: 12px !important;
    }
}