@media (min-width: 768px) {
ul.cl_list2 {
    column-count: 2;
}
}

.gallery-grid--item {
    align-items: center;
}

.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::after {
    background-color: #000;
}

.section--dark .banner-a .banner__subtitle {
    color: white;
}
.section--light .cta__button.component__button--1 {
    background-color: #ef1e2b;
    border: 2px solid #ef1e2b;
}
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__icon .main-icon {
    color: #ef1e2b;
}

.rateform{
    display: none;
    opacity: 0;
    transition: max-height 1s ease, visibility  1s ease;
}

.rateform.fadein {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.rateform textarea {
    width: 100%;
}