/* Footer */
footer {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.c-footer__pattern {
    display: inline-flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    max-width: 36vw !important;
    width: 100%;
    z-index: 1;
}

.c-footer__pattern svg {
    height: auto;
    width: auto;
    max-height: 100%;
}

.wp-block-group {
    position: relative;
    z-index: 2;
}

.footer-logo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer-logo img {
    max-width: 192px !important;
    height: auto;
}

@media screen and (max-width: 782px) {
    .c-footer__pattern {
        opacity: 0.5;
    }
    
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .c-footer__pattern {
        display: none;
    }
}

/* Testimonial */
.c-testimonial-centered {
    border-radius: 16px;
    margin: 0 30px;
}

@media screen and (max-width: 782px) {

    .c-testimonial-centered {
        margin: 0 10px;
    }
}

/* Feature text */
.c-text-feature-grid-3-cols {
    border-radius: 16px;
    margin: 0 30px;
}

@media screen and (max-width: 782px) {

    .c-text-feature-grid-3-cols {
        margin: 0 10px;
    }
}