#about .about-image {
    max-height: 500px;
    overflow: hidden;
    border-radius: 16px;
}

#about .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
