.full-width-image-section {
    margin: 55px 0;
}

.full-width-image-section .full-with-img {
    position: relative;
    padding-bottom: 69.5%;
}

.full-width-image-section .full-with-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.full-with-img-wrap {
    border-top: 1px solid #000;
    padding-top: 55px;
}

@media only screen and (max-width:1024px){
    .full-with-img-wrap {
        padding-top: 40px;
    }
}