.section--light .banner-c__title, .section--dark .banner-c__title {
    color: #4CB54D;
    
}
.section--light .banner-c__subtitle, .section--dark .banner-c__subtitle {
    color: #4CB54D;
}

.gallery-grid--item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-row {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

img.gallery-item--image {
    padding: 10px;
}

.slider__button-wrapper.video-container.video-container__local {
    height: 700px ! IMPORTANT;
}