.hero-image-container{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto 2em;
}

.hero-image-container img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}