.separator-image-wrapper{
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 768px){
    .separator-image-wrapper {
        height: 330px;
        background-size: cover;
    }
}