﻿.hero-city {
    background: url('/images/massachusetts-therapy-1024.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    position: relative;
}

@media (max-width: 768px) {
    .hero-city {
        background-image: url('/images/massachusetts-therapy-768.jpg');
        height: 38vh;
    }
}

@media (max-width: 480px) {
    .hero-city {
        background-image: url('/images/massachusetts-therapy-320.jpg');
        height: 26vh;
    }
}


.hero-city .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 30, 60, 0.5);
}
.city-section {
    background-color: #0077b6;
}
.sherly-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0077b6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.sherly-intro-section {
    background-color: #f8f9fa;
}
@media (max-width: 768px) {
    .sherly-img {
        width: 140px;
        height: 140px;
    }
}
