
#about-me-photo {
    /* aspect-ratio: 3/2;*/
    border-radius: 24px;
    /*max-width: 640px;*/
    max-height: 480px;
    width: 100%;
    height: auto;
    object-fit: none;
    object-position: center 32%;
}

#image-therapy, #image-classes {
    max-height: 240px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#image-therapy {
    object-position: right bottom;
}

#image-classes {
    object-position: right 88%;
}

#benefits-photo {
    border-radius: 24px;
    width: 50vw;
    height: 100%;
    object-fit: cover;
}

.bi, .inst-icon {
    fill: var(--brand-color);
    width: 64px;
    height: 64px;
}

.logo-footer > img {
    height: 48px;
    width: auto;
}


@media (max-width: 1024px) {
    #benefits-photo {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    #about-me-photo {
        max-height: 160px;
        object-fit: cover;
        object-position: center 27%;
    }

    #image-therapy, #image-classes {
        max-height: 120px;
    }

    .bi {
        margin: 0 auto;
    }
}

