.spas_and_wellness-page h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.spas_and_wellness-page p {
    line-height: 1.6;
    color: #333;
}

.spas_and_wellness-page img {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.spas_and_wellness-adjust {
    position: absolute;
    top: 71px;
    left: -161px;
    width: 1760px;
}

.spas_and_wellness-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;

    position: relative;
    top: 40px;

    left: -100px;
}

.spas_and_wellness-image {
    flex: 0 0 60%;
    overflow: hidden;
    border-radius: 8px 0px 0px 8px;
}

.spas_and_wellness-image img {
    width: 120%;
    height: auto;
    margin-left: -10%;
    margin-bottom: -5%;
    object-fit: cover;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.spas_and_wellness-text {
    padding-left: 1rem;
    flex: 0 0 70%;
}

.spas_and_wellness-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.spas_and_wellness-text p {
    font-size: 1rem;
    line-height: 1.6;
}
