/* customize column menus */
.menus-line-6 .row .col-lg-4:nth-last-child(2) {
    flex: 0 0 35.666667% !important;
    max-width: 35.666667% !important;
}
.menus-line-6 .row .col-lg-4:last-child {
    flex: 0 0 20.666667% !important;
    max-width: 20.666667% !important;
}
/* customize column menus */

.section.fb-grid-a-section-overlap .section--light .featuredblocks-grid-a .featuredblocks {
    background-color: #1c5f79;
}

.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__title {
    color: #ffffff;
}

.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__content p {
    color: #ffffff;
}

.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__icon .main-icon {
    color: #c5c5c5;
}

.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    background-color: #1c5f79;
}

.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap:after {
    background-color: #1c5f79;
}

.section--light .form-a .form__submit input.component__button--1 {
    background-color: #66b289;
}
/* medai query */
@media (max-width: 1560px) and (min-width: 559px) {
    .menus-line-6 .row .col-lg-4:nth-last-child(2) {
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
    .menus-line-6 .row .col-lg-4:last-child {
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }
}
