﻿.hero-image-eye {
    background: url('/images/emdr-eye-hero-1024.jpg') center/cover no-repeat;
    height: 64vh;
    display: flex;
    align-items: center;
    justify-content: center;
    "
}

@media (max-width: 768px) {
    .hero-image-eye {
        background-image: url('/images/emdr-eye-hero-768.jpg');
        height: 54vh;
    }
}

@media (max-width: 480px) {
    .hero-image-eye {
        background-image: url('/images/emdr-eye-hero-320.jpg');
        height: 31vh;
    }
}
.meet-sherly-section {
    background-color: #f9f7ff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    margin-top: 4rem;
}

.meet-sherly {
    max-width: 1000px;
    margin: 0 auto;
}

.sherly-text h2 {
    font-size: 1.75rem;
    color: #5b3cc4;
    margin-bottom: 1rem;
}

.sherly-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.sherly-photo {
    max-width: 240px;
    width: 100%;
    height: auto;
    border: 4px solid #e2d4ff;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .meet-sherly {
        flex-direction: column;
        text-align: center;
    }

    .sherly-photo {
        margin-top: 1.5rem;
    }
}
