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

    .header {
        background: #000 !important;
    }

    .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;
    }
}



/* Homepage Offers Section */
.offers_section {
	text-align: center;
	margin-block: 1rem 4rem;
	padding: 1rem;
}

.offers_section .container {
	max-width: 1200px;
	margin-inline: auto;
	padding: 2rem 3rem;
	border: 2px solid #fff;
	border-radius: 5px;
}

.offers_section h2 {
	max-width: 800px;
	margin: 0 auto;
	color: var(--bs-primary-button-color);
	font-family: "OldStandardTT", sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin-block: 1rem;
}

.offers_section__links {
	margin-block: 1rem;
}

.offers_section__links a{
	display: inline-block;
	margin: 8px;
	padding: 0.85rem 1.5rem;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.offers_section__links a:hover {
	color: #ccc;
	border-color: #ccc;
}

@media screen and (max-width: 991.98px) { 
	.offers_section {
		margin-block: 4rem 4rem;
	}
}


@media screen and (max-width: 768px) { 
	.offers_section__links a {
		width: 100%;
	}
}
