.page-landing_carousel .node-page--landing-craousel--full {
    margin-left: 8.52% !important;
    margin-right: 8.52% !important;
}


@media screen and (max-width: 1919px) {
    .page-landing_carousel .node-page--landing-craousel--full {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.page-landing_carousel h1 {
    max-width: 745px;
    margin: 0 auto;
    font-size: 45px;
    text-align: center;
}

.page-landing_carousel .field__row {
    position: relative;
    margin-top: 70px;
}

.page-landing_carousel .field__row .tns-outer {
    overflow: hidden;
}

.page-landing_carousel .field__row>h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.page-landing_carousel .field-study__items {
    justify-content: center;
}

.page-landing_carousel .field__items {
    display: flex;
    align-items: center;
}

.page-landing_carousel .row-field-study .field-study__items article {
    width: 650px !important;
    max-height: 450px;
    display: flex;
    flex-direction: column;
}

.page-landing_carousel .row-field-study .field-study__items article>* {
    min-height: 0;
    min-width: 0;
}

.page-landing_carousel .row-field-study .field-study__items article .img__wrapper {
    display: flex;
    border-radius: 16px;
    overflow: hidden
}

.page-landing_carousel .row-field-study .field-study__items article .img__wrapper img {
    min-width: 0;
    object-fit: cover;
    aspect-ratio: unset;
    min-height: 0;
    width: auto;
    height: auto;
}

.page-landing_carousel .row-field-study .field-study__items article h2 {
    height: fit-content;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 !important;
    min-width: 0;
    flex-shrink: 0;
    color: var(--dark-blue);
    margin-block-start: 14px !important;
}

.page-landing_carousel .row-field-others .field-others__items .field--name-field-do-others,
.page-landing_carousel .row-field-restoration .field-restoration__items .field--name-field-do-restoration {
    width: 100%;
}

@media screen and (max-width: 991px) {

    .page-landing_carousel .row-field-others .field-others__items .field--name-field-do-others,
    .page-landing_carousel .row-field-restoration .field-restoration__items .field--name-field-do-restoration {
        position: relative;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        padding-left: 35px;
    }
}

.page-landing_carousel .row-field-others {
    margin-bottom: 350px;
}

@media screen and (max-width: 991px) {
    .page-landing_carousel .row-field-others {
        margin-bottom: 100px;
    }
}

.page-landing_carousel .slider .tns-liveregion {
    display: none;
}

.page-landing_carousel .slider button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 20px);
    transform: translate(0);
}

.page-landing_carousel .slider button.prev-button {
    margin-right: 15px;
    left: -60px;
}

.page-landing_carousel .slider button.prev-button span {
    height: 40px;
    width: 40px;
    content: url('/sites/default/files/inline-images/arrow-left-circle-transparent.svg');
}

.page-landing_carousel .slider button.next-button {
    margin-left: 15px;
    right: -60px;
}

.page-landing_carousel .slider button.next-button span {
    height: 40px;
    width: 40px;
    content: url('/sites/default/files/inline-images/arrow-right-circle-transparent.svg');
}


@media screen and (max-width: 1919px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .page-landing_carousel .row-field-study .field-study__items article {
        width: 100% !important;
    }

    .page-landing_carousel .row-field-study .field-study__items article h2 {
        font-size: 16px;
        line-height: 22px;
    }
}