.sctn-wrpr {
    padding: 60px 20px 50px 20px !important;
}

.sctn-cntnt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.left-cntnt,
.right-cntnt {
    width: 50%;
}

.right-cntnt {
    padding: 10px 10px;
}

.right-cntnt-cntnr {
    border-radius: 4px;
    padding: 20px 25px 30px 25px;
    margin: 0 auto;
    width: 560px;
    max-width: 100%;
    box-shadow: var(--vu-form_container-shadow);
}

@media only screen and (max-width: 900px) {
    .sctn-cntnt {
        flex-direction: column;
    }

    .left-cntnt,
    .right-cntnt {
        width: 100%;
    }

    .right-cntnt {
        padding: 0px 10px;
    }    
    
    .right-cntnt-cntnr {
        padding: 0px;
        margin: none;
        box-shadow: none;
    }
}

.form-cntnr {
    max-width: 100%;
    margin-top: 20px;
}

.form-input label {
    display: none;
}

.media-cntnr {
    width: 100%;
}

.form-hd {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-bottom: 40px;
    color: var(--vu-form_heading-color);
}