.column-with-image{
    align-items: center;
padding-top: 30px;
}
.column-with-image .content{
    width:60%;
}
.column-with-image .image-or-video{
    width: calc(40% - 40px);
}
.column-with-image .image-or-video img,.column-with-image .image-or-video iframe{
    border-radius: 30px;
    width: 100%;
    
}
.image-caption {
    text-align: center;
}
@media(min-width:991px){
    .column-with-image.column-reverse{
        flex-direction: row-reverse;
    }
}
@media(max-width:991px){
    .column-with-image .content,.column-with-image .image-or-video{
        width:100%;
    }
    .column-with-image{
        padding-top:14px;
    }
}