div.schools > div > a:nth-child(4) > span,
div.schools > div > a:nth-child(4)::before,
div.schools > div > a:nth-child(5) > span,
div.schools > div > a:nth-child(5)::before,
div.schools > div > a:nth-child(6) > span,
div.schools > div > a:nth-child(6)::before {
    display: none !important;
}

@media (max-width:600px) {
    .hero {margin: 0;}
}

.button--register {
    color: #ffffff;
    background: #1c1d1c;
}

.button--register i {
    color: #ffffff !important;
}

	a:hover {
    color: #067a38 !important;
}

.header__menu-bottom>ul>li>a i {
    color: #067a38;
}

.school::before {
    background: linear-gradient(180deg, rgba(162, 40, 0, 0) 0%, #067a38 100%);
}

.announcement-new:hover {
	background: #2ba35f;
}

.footer {

    background: #363636;
}

.headline__pages span.swiper-pagination-bullet-active {
    background: #067a38;
}

.cms-contact__items>li i {
    color: #067a38;
    background: rgb(6 122 56 / 19%);
}

.cms-contact__wrapper-form>button {
    background: #067a38;
}

.hero__arrow {
    color: #067a38;
}

.hero__arrow:hover {
    background: #067a38;
}


.cms-form button {
    background: #067a38;
}

.cms-form__item input:required, .cms-form__item textarea:required, .cms-form__item select:required {
    border-left: 2px solid #067a38;
}


.cms-gallery__item img {

    aspect-ratio: 3 / 2;

}

.cms-page__img {

    height: 500px;

}