:root {}
            
                                  /* CSS Editor */
.toggle-container {
    display: none;
}

body {
    overflow-x: hidden;
}

.wf-footer {
    display: none;
}

.align-start {
    align-items: start !important;
}

:root {
    /* Change this line */
    --clr-green: #c9201e !important;
}

@media screen and (max-width: 1040px) {
    .photo-row .wf-col {
        width: 100%;
    }
}

@media screen and (max-width: 1520px) {
    .why-row .wf-col {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .empty-col {
        display: none;
    }

    .header-group {
        margin-bottom: 0 !important;
    }

    .testimonial-card:before {
        display: none;
    }

    .owl-stage .owl-item {
        padding: 0 !important;
    }

    .wf-menu__item {
        text-align: center;
        width: 100%;
    }

    .wf-img--logo {
        width: 100%;
    }

    .wf-img--logo img {
        margin-right: auto;
        margin-left: auto;
    }
}
