.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.s-button-outline:hover, button:hover {
    color: #237393 !important;
    border: 0.75px solid #237393 !important;
}
.md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 8px;
}    
.banner-entry:nth-child(1) {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
}

.banner-entry:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
}

.banner-entry:nth-child(3){
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-row-start: 4;
}
.banner-entry{
    height:350px;
}
.item.flex.items-center.justify-between h2{
    color: var(--color-primary);
}
.numbers.mt-20.container * {
    color: var(--color-primary);
}
section:nth-child(2 of .image-text) .item:nth-child(2){
    display: none !important;
}
.copyright-text{
  color: #fff;
}
@media (max-width: 768px){
  .banner-entry{
    height:110px;
}
}