.verticalimg{
    /* background-color: red; */
    padding-top: 8rem;
    padding-bottom: 7rem;
}

.verticalimg .verticalimg__desktop{
    display: none;
}

.sec__top__title{
    color: #F4A000;
    font-size: 1.5em;
    line-height: 2.1rem;
    font-family: TitilliumText22L;
    margin-bottom: 1.1rem;
    position: relative;
    text-transform: uppercase;
}

.sec__top__title:after{
    content: '';
    position: absolute;
    width: 2.6rem;
    height: 0.2rem;
    background-color: #F4A000;
    left: 0;
    top: -1.7rem;
}

.sec__title{
    font-size: 4em;
    line-height: 4.5rem;
    color: #2D2D2D;
    font-family: TitilliumText22L;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.sec__description{
    font-size: 1.5em;
    color: #2D2D2D;
    line-height: 2.7rem;
}

.sec__cta{
    width: 100%;
    width: 100%;
    max-width: 32rem;
    height: 6.4rem;
    border: 1px solid #2D2D2D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.9rem;
}

.sec__cta span{
    /* font-size: 1.5em; */
    color: #2D2D2D;
    text-transform: capitalize;
    font-weight: 500;
}

.verticalimg__mobile{
    margin-top: 6.3rem;
}

.verticalimg__mobile .parallax-window{
    height: 28.8rem;
    width: 100%;
    margin-bottom: 2.4rem;
}

.verticalimg__mobile .parallax-window:last-child{
    margin-bottom: 0;
}
@media only screen and (min-width: 1024px){

    .verticalimg{
        padding-top: 21.5rem;
    }

    .verticalimg .verticalimg__mobile{
        display: none;
    }

    .verticalimg .verticalimg__desktop{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .verticalimg .verticalimg__desktop .parallax-window{
        width: 50%;
        max-width: 32.6rem;
        height: 48.2rem;
        position: relative;
        top: -3rem;
    }

    .verticalimg .verticalimg__desktop .parallax-window:first-child{
        position: relative;
        top: -7.7rem;
        padding-right: 0.5rem;
    }

    .sec__title{
        font-size: 5em;
        line-height: 5.5rem;
        margin-bottom: 1.7rem;
    }

    .sec__description{
        color: #353535;
        max-width: 44rem;
    }

    .sec__cta{
        margin-top: 4.4rem;
        width: 14.3rem;
        height: 5rem;
    }

    .verticalimg__copy{
        padding-left: 6rem !important;
        position: relative;
        top: -7.7rem;
    }

    .sec__top__title:after{
        left: -4rem;
        top: .85rem;
    }

}
