.cb-contactform-before {
    flex: 1;
    background-image: url(/templates/providers/default/images/ContactUs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    aspect-ratio: 1;
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
    .cb-contactform-before {
        margin-left: 20px;
    }
}