.image_only_section{
    position: relative;
    margin-bottom: 75px;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: 443px;
}
.image_only_section img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}