.reason-page {
    padding-top: 50vh;
}

.reason-page .header-text .nuro-text-logo {
    width: 100%;
    max-width:353px;
    margin-bottom: 8px;
}

.reason-page .container .container {
    padding-left:30px;
    padding-right:30px;
}

.reason {
    padding: 80px 30px;
    background-color: #090B12;
    margin-bottom: 80px;
}

.reason .number {
    font-family: "Onest", Helvetica, sans-serif;
    font-size: 150px;
    font-weight: 700;
    color: #fff;
    line-height: 0.9;
    padding-left: 25px;
}

.reason .text {
    max-width: 400px;
}

.reason .cms-content {
    line-height: 1.75;
}

.reason .number .reason-label {
    font-size: 16px;
    line-height: 1;
    padding:6px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 10px;
}

.reason > .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reason .text-callout {
    padding: 20px;
    max-width: 365px;
    line-height: 1.75;
    font-family: "Onest", Helvetica, sans-serif;
}

.reason .text-callout:not(:last-child) {
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .reason .background-image img {
        object-position: center top;
        opacity: 0.4;
    }

    .reason .callouts-flex {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .reason {
        padding: 40px 30px;
        padding-top: 50%;
    }

    /* .reason:last-child {
        padding-bottom: 0px;
    } */
}

@media (min-width: 1025px) {

    .reason .number {
        font-size: 250px;
        padding-left: 45px;
    }

    .reason .number .reason-label {
        font-size: 24px;
        padding:10px;
        border-radius: 15px;
    }

    .reason .background-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: linear-gradient(to right, 
            #090B12 0%,
            #090B12 30%,
            rgba(9,11,18,0) 100%
        );
    }
    
    .reason:nth-child(odd) .background-image img {
        object-position: right center;
    }
    
    .reason:nth-child(odd) .callouts-flex {
        justify-content: flex-end;
    }
    
    .reason:nth-child(even) .background-image:after {
        background: linear-gradient(to left, 
            #090B12 0%,
            #090B12 30%,
            rgba(9,11,18,0) 100%
        );
    }

    .reason:nth-child(even) .text-flex {
        justify-content: flex-end;
    }
    
    .reason:nth-child(even) .background-image img {
        object-position: left center;
    }

    .reason .callouts-flex {
        margin-bottom: -160px; /* Creates the overlap effect */
        padding-top: 40px; /* Add some spacing from the main content */
    }

    .reason {
        padding: 105px 30px 95px;
        margin-bottom: 120px;
    }

    .reason-page .container .container {
        padding-left:50px;
        padding-right:50px;
    }

    .reason .callouts-flex {
        margin-bottom: -120px; /* Creates the overlap effect */
        padding-top: 40px; /* Add some spacing from the main content */
    }
}