.section-notai {
    padding: 120px 0px 90px;
}

.section-notai .notai {
    display: block;
    height: 605px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section-notai .notai-col {
    padding: 0px 8px;
}

.section-notai .notai-col:nth-of-type(2) {
    position: relative;
    top: -60px;
}

.section-notai .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-notai .notai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.section-notai .notai .text-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 50%);
    padding: 60px 44px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    z-index: 1;
    color: white;
    justify-content: flex-end;
}

.section-notai .notai:hover.notai .arrow-cta::before {
    width: 80px;
}

.hero.notaio {
    min-height: 595px;
}

.section-notaio {
    padding: 197px 0px 89px;   
}

.section-notaio .images-row {
    position: absolute;
    bottom: calc(100% + 90px);
    left: 0px;
    width: 100%;
    height: fit-content;
    z-index: 10;
}

.section-notaio .notai {
    display: block;
    height: 504px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section-notaio .notai-col {
    padding: 0px 8px;
}

.section-notaio .notai-col:nth-of-type(1) {
    position: relative;
    top: 30px;
}

.section-notaio .notai-col:nth-of-type(2) {
    position: relative;
    top: 90px;
}

.section-notaio .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-notaio .notai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.breadcrumb.dark {
    margin-bottom: 42px;
}

.section-notaio h1 {
    margin-bottom: 34px;
}

.section-notaio .arrow-cta {
    margin-top: 41px;
    text-decoration: none !important;
}

.section-notaio .text-wrapper a {
    color: var(--secondary);
    text-decoration: underline;
}

@media screen and (min-width: 1920px) {
    .section-notai .notai {
        display: block;
        height: 680px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .section-notaio {
        padding: 407px 0px 89px;
    }

    .section-notaio .notai {
        height: 680px;
    }
}

@media screen and (max-width: 991px) {
    .section-notai .notai-col:nth-of-type(2) {
        top: 0px;
    }

    .section-notai .notai {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .section-notai {
        padding: 80px 0px 60px;
    }
    
    .section-notai .notai {
        height: 405px;
    }

    .section-notai .notai-col:nth-of-type(2) {
        position: relative;
        top: 0px;
    }

    .section-notai .notai .text-wrapper {
        padding: 30px 22px;
        gap: 5px;
    }

    .section-notaio {
        overflow-x: clip;
        padding: 120px 0px 45px;
    }

    .section-notaio .images-row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0px calc((100vw - 100%) / 2);
        margin: 0px calc((100vw - 100%) / -2);
        width: 100vw;
        bottom: calc(100% + 35px);
    }
    
    .section-notaio .images-row::-webkit-scrollbar {
        display: none;
    }

    .section-notaio .notai-col:nth-of-type(1) {
        top: 0px;
    }
    
    .section-notaio .notai-col:nth-of-type(2) {
        top: 0px;
    }
}