
@media only screen and (min-width: 1024px) {
    a.header__logo img {
        width: 14rem;
        height: auto;
    }
    .header__logo {
        width: 16rem;
        display: flex
    ;
        justify-content: center;
    }
    body .body-navigator {
        border-left: 1px solid #B9B9B9;

    }
    .accordion-slider__slider {
         margin-top: unset;

    }

}
@media only screen and (max-width: 1024px) {
    .full-slider__text>a {
        margin-top: 0.5rem !important;
         display: flex;
        width: 15rem !important;
        align-items: center;
    }
    .full-slider__text {
        width: 100%;
        inset-inline-start: 0;
        inset-inline-end: 0;
        top: 1.9375rem;
        text-align: center;
        padding-inline: 1.625rem;
        justify-content: center;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }


    .header__logo {
        width: max-content;
    }
}



.image-text-rich__image img {
    width: 100%;
    height: 100%;
}

.full-slider .swiper-slide--full-text .full-slider__text .heading-design {
    gap: 1.1rem;
}