.cases-main-wrapper {
    background-color: #151515;
    padding: 30px;
}

.cases-heading-wrapper .cases-heading,
.cases-main-wrapper .last-paragraph {
    color: #fdfdfd;
}

.cases-main-wrapper .last-paragraph {
    text-indent: 50px;
}

.cases-heading-wrapper {
    margin-bottom: 30px;
}

.cases-heading-wrapper .cases-heading h1,
.more-cases-heading h3 {
    font-family: 'SyneBold',sans-serif;
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -0.031em;
    margin: 0;
    text-transform: uppercase;
}

.cases-heading-wrapper .cases-heading h1 span{
    display: inline-block;
}


.cases-heading-wrapper .cases-heading p {
    font-size: 16px;
    line-height: 19px;
    text-indent: 50px;
    margin: 0;
}

.case-img-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.case-text-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fdfdfd;
    z-index: 1;
}

.case-text h2 {
    font-family: 'SyneBold',sans-serif;
    font-size: 32px;
    letter-spacing: -0.005em;
    font-weight: 700;
    text-transform: uppercase;
}

.case-text-wrapper .read-more-cta-wrapper {
    justify-content: center;
    margin-top: 5px;
}

.case-text-wrapper .read-more-cta {
    color: #fdfdfd;
}

.case-item {
    margin: 2rem 0;
}

.case-item:last-child {
    margin-bottom: 0;
}

.more-cases-heading {
    margin: 1rem 0;
}

.more-cases-heading h3{
    color: #fdfdfd;
    font-size: 72px;
}

.more-case-item {
    margin-bottom: 2rem;
}

.more-case-item-wrapper {
    padding: 0;
}

.more-case-item-wrapper:nth-of-type(odd) {
    padding-right: 15px;
}

.more-case-item-wrapper:nth-of-type(even) {
    padding-left: 15px;
}

.more-case-text-wrapper {
    top: 0;
    width: 100%;
    height: 100%;
}

.more-case-img-text img{
    height: 150px;
    object-fit: cover;
}

.more-case-text-wrapper .read-more-arrow {
    width: 15px;
    height: 15px;
}

.more-case-img-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.more-case-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.more-case-text .read-more-cta-wrapper {
    justify-content: center;
}

.more-case-text h2 {
    color: #fdfdfd;
    word-break: break-word;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.more-case-text .read-more-cta {
    color: #fdfdfd;
    font-size: 18px;
}

.case-img-text {
    overflow: hidden;
}

@media (min-width:768px) {
    .cases-main-wrapper {
        padding: 50px;
    }

    .cases-heading-wrapper .cases-heading h1,
    .more-cases-heading h3 {
        font-size: 108px;
        line-height: 124px;
        letter-spacing: -0.015em;
    }
    
    .cases-heading-wrapper .cases-heading p {
        font-size: 22px;
        line-height: 25px;
        text-indent: 50px;
    }

    .case-text h2 {
        font-size: 48px;
    }

    .cases-main-wrapper .last-paragraph {
        font-size: 22px;
    }

    .more-case-text {
        padding-left: 20px;
    }

    .more-case-text h2 {
        text-align: left;
    }

    .more-cases-heading {
        margin: 2rem 0;
    }

    .more-cases-heading h3{
        font-size: 108px;
    }

    .more-case-img-text img{
        height: 300px;
    }

    .more-case-text .read-more-cta-wrapper {
        justify-content: flex-start;
    }

    .more-case-text h2,
    .more-case-text .read-more-cta {
        font-size: 24px;
    }
}


@media (min-width: 1280px) {
    .cases-heading-wrapper .cases-heading h1,
    .more-cases-heading h3 {
        font-size: 170px;
        line-height: 0.8;
        letter-spacing: -0.015em;
    }

    .cases-heading-wrapper .cases-heading p {
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }

    .case-text {
        display: flex;
        justify-content: space-between;
    }

    .case-text-wrapper {
        top: unset;
        bottom: 7%;
        left: 50%;
        transform: translate(-50%, -7%);
        width: 100%;
        padding: 0 50px;
        text-align: center;
    }

    .case-text h2 {
        font-size: 66px;
        letter-spacing: -0.02em;
    }

    .case-text .read-more-cta {
        font-size: 42px;
        gap: 20px;
    }

    .case-item {
        margin: 5rem 0;
        max-height: 850px;
        overflow: hidden;
    }

    .case-img-text img{
        max-height: 850px;
        object-fit: cover;
        aspect-ratio: 43/27;
    }
    
    .more-cases-heading {
        margin: 100px 0;
    }

    .more-case-item {
        margin-bottom: 5rem;
    }

    .more-case-img-text img{
        height: 550px;
    }

    .more-case-text-wrapper .read-more-arrow {
        width: 36px;
        height: 36px;
    }

    .more-case-text-wrapper {
        top: unset;
        bottom: 10%;
        height: unset;
    }

    .more-case-text {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .more-case-text {
        padding: 0 50px;
    }

    .more-case-text {
        padding: 0 50px;
    }
    .more-case-text h2{
        font-size: 42px;
    }
    .more-case-text .read-more-cta{
        font-size: 46px;
    }
    .more-case-text .read-more-cta-wrapper{
        margin-top: 0;
    }
}


@media (min-width: 1450px) {
    .cases-main-wrapper {
        padding: 100px;
    }

    .cases-heading-wrapper .cases-heading h1,
    .more-cases-heading h3 {
        font-size: 195px;
        line-height: 200px;
        letter-spacing: -0.015em;
    }

    .cases-heading-wrapper .cases-heading p {
        font-size: 20px;
        line-height: 24px;

    }
}

@media (min-width: 1680px) {
    .cases-heading-wrapper .cases-heading h1,
    .more-cases-heading h3 {
        font-size: 252px;
        line-height: 186px;
        letter-spacing: -0.0305em;
    }

    .cases-heading-wrapper .cases-heading p {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: 0.004em;
        text-indent: 200px;
    }

    .case-item {
        max-height: 1080px;
    }

    .case-img-text img {
        max-height: 1080px;
        aspect-ratio: 43/27;
    }

    .case-text h2 {
        font-size: 98px;
        letter-spacing: -0.02em;
    }

    .case-text .read-more-cta {
        font-size: 42px;
        gap: 20px;
    }

    .case-text .read-more-arrow {
        width: 36px;
        height: 36px;
    }

}

@media (min-width: 1950px) {

    .case-item{
        max-height: 1080px;
    }

    .case-img-text img {
        max-height: 1080px;
        aspect-ratio: 43/27;
    }
}

@media (max-width: 320px) {

    .case-text h2 {
        font-size: 24px;
    }

    .more-case-item-wrapper:nth-of-type(odd) {
        padding-right: 7px;
    }

    .more-case-item-wrapper:nth-of-type(even) {
        padding-left: 7px;
    }

    .more-case-text h2,
    .more-case-text .read-more-cta{
        font-size: 16px;
    }

    .more-case-text .read-more-cta{
        gap: 5px;
    }
}