.ntr-cases__wrapper {
    background: #2B3243;
}

.ntr-cases__wrapper .ntr-cases-top {
    padding-top: 170px;
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container  {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: start;
    position: relative;
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-switcher {
    display: none;
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags {
    align-items: end;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags {
    align-items: end;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 4px;
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags h5 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags .ntr-btn-list  {
    justify-content: end;
    margin-bottom: 16px;
}

.ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags .ntr-btn-list li  {
    margin: 0;
    text-align: right;
}

.ntr-cases__wrapper .ntr-title::after {
    display: none;
}

.ntr-cases__wrapper .ntr-container .ntr-subcontainer {
    margin: 0;
    max-width: 100%;
}

.ntr-cases__wrapper .digital-director__content {
    color: #FFF;
}

.ntr-cases__wrapper .cases-list__item:nth-child(even) {
    position: relative;
    top: 150px;
}

.ntr-cases__wrapper .ntr-cases-section {
    min-height: 400px;
}

.ntr-cases__wrapper .nr-cases__top-background {
    position: absolute;
    z-index: 1;
    width: 120vw;
    height: 400px;
    transform: rotate(15deg);
    background: #FFF;
    top: 0;
    left: -3vw;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.ntr-cases__wrapper .nr-cases__background {
    position: absolute;
    background: #FFF;
    width: calc(130vw + 600px);
    top: 200px;
    left: -400px;
    bottom: 190px;
    transform: rotate(15deg);
}

.ntr-cases__wrapper .nr-cases__bottom-background {
    position: absolute;
    z-index: 1;
    width: 120vw;
    height: 400px;
    transform: rotate(15deg);
    background: #FFF;
    bottom: -140px;
    right: -3vw;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}


.ntr-cases__wrapper .pagination {
    justify-content: flex-start;
}

.ntr-cases__wrapper .pagination .nav-links {
    gap: 20px;
}

.ntr-cases__wrapper .pagination .nav-links .page-numbers {
    margin: 0;
   	display: flex;
    padding: 15px 20px;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #2B3243;
    border: 1px solid #2B3243;
}

.ntr-cases__wrapper .pagination .nav-links .page-numbers:hover {
    color: #FF6B00;
    border: 1px solid #FF6B00;
}

.ntr-cases__wrapper .pagination .nav-links .page-numbers.current {
    background: #FF6B00;
    border: 1px solid #FF6B00;
    color: #FFF;
}

.ntr-cases__wrapper .pagination .nav-links .page-numbers.dots {
    border: 1px solid transparent;
    color: #2B3243;
}

