img.c-img-hero,
.c-img-hero {
    border-radius: 100%;
    border: 0.5rem #FFFFFF55 solid;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1.15;
}

@media (max-width: 575px) {
    h1, .h1{
        text-align: center!important;
    }
}