
.vs-prebanner-footer {
    width: 100%;
    height: 460px;
    display: flex;
}

.vs-prebanner-footer .vs-prebanner-footer__wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}

.vs-prebanner-footer .vs-prebanner-footer__left-container {
    gap: 36px;
}

.vs-prebanner-footer a.wp-block-button__link {
    color: black;
    padding: 1rem 1.8rem;
    background-color: white;
}

.vs-prebanner-footer p {
    font-size: 30px;
    color: white;
    font-weight: 400;
    margin: 16px 0;
    padding: 0 16px;
}

.vs-prebanner-footer img {
    height: auto;
    width: auto;
}

.vs-prebanner-footer .vs-prebanner-footer__option-list {
    font-size: 16px;
    color: white;
    margin: 16px 0;
    padding: 0 16px;
}

.vs-prebanner-footer .vs-prebanner-footer__option-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 14px;
}

.vs-prebanner-footer .vs-prebanner-footer__option-list ul li {
    margin-bottom: 12px;
}


.vs-prebanner-footer.vs-prebanner-footer--type1 {
    background-color: #E45750;
}

.vs-prebanner-footer--type1 .vs-prebanner-footer__left-container,
.vs-prebanner-footer--type1 .vs-prebanner-footer__right-container {
    width:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.vs-prebanner-footer.vs-prebanner-footer--type2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vs-prebanner-footer--type2 .vs-prebanner-footer__left-container {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.vs-prebanner-footer.vs-prebanner-footer--type3 {
    background-color: #E45750;
    height: 400px;
}

.vs-prebanner-footer--type3 .vs-prebanner-footer__left-container {
    width:70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
}

.vs-prebanner-footer--type3 .vs-prebanner-footer__right-container {
    width:30%;
}

.vs-prebanner-footer.vs-prebanner-footer--type3 p {
    margin: 0 !important;
    padding: 0 !important;
}


.vs-prebanner-footer.vs-prebanner-footer--type4 {
    background-color: #E45750;
}

.vs-prebanner-footer--type4 .vs-prebanner-footer__left-container {
    width:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vs-prebanner-footer--type4 .vs-prebanner-footer__right-container {
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: initial;
    align-content: flex-start;
    align-items: flex-start;
}

.vs-prebanner-footer.vs-prebanner-footer--type5 {
    background-color: #E45750;
    color: #FFFFFF;
}

.vs-prebanner-footer--type5 .vs-prebanner-footer__left-container {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}



/**
 * Media queries
 */
@media (max-width: 599px) {
    .vs-prebanner-footer {
        height: auto;
        min-height: 70vh;
    }

    .vs-prebanner-footer .vs-prebanner-footer__wrapper {
        flex-flow: column-reverse;
        justify-content: space-around;
    }

    .vs-prebanner-footer .vs-prebanner-footer__left-container {
        gap: 22px;
    }

    .vs-prebanner-footer .vs-prebanner-footer__left-container,
    .vs-prebanner-footer .vs-prebanner-footer__right-container {
        width:100%;
    }

    .vs-prebanner-footer p {
        font-size: 22px;
    }


    .vs-prebanner-footer.vs-prebanner-footer--type5 .vs-prebanner-footer__wrapper {
        flex-flow: column-reverse;
        justify-content: center;
    }
}
