.image-and-text-section{
    .image-wrap{
        img{
            max-height: 400px;
            width: 100%;
            object-fit: cover;
        }
    }
}