/* ================================== How it works ================================== */
.howitworks-section .section-heading .container {
    display: flex;
    flex-wrap: wrap;
}
.howitworks-section .section-heading .heading-image {
    width: 32.4%;
    margin-top: -72px;
    margin-bottom: -100px;
    display: flex;
    align-items: flex-end;
    padding-left: 44px;
}
.howitworks-section .section-heading-content {
    display: flex;
    width: 67.6%;
}
.howitworks-section .section-heading .heading-image .heading-image-inner {
    position: relative;
    padding-bottom: 110.6%;
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 
                6px 9px 6px rgba(112, 112, 112, 0.05), 
                3px 4px 5px rgba(112, 112, 112, 0.09), 
                1px 1px 3px rgba(112, 112, 112, 0.1);
}
.howitworks-section .section-heading .heading-image .heading-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.howitworks-section .section-heading .heading-image .heading-image-inner:hover img {
    /* transform: scale(1.05); */
}
.howitworks-section .section-heading .heading-title {
    max-width: 587px;
    padding-left: 55px;
    margin-top: auto;
    padding-bottom: 13px;
}
.howitworks-section .section-heading .heading-cta {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 14px;
    margin-right: 0px;
}
.howitworks-section .section-heading .heading-cta .btn-button.primary-button {
    color: #752963;
}
.howitworks-section .section-heading .heading-title .subheading {
    margin: 0;
}
.howitworks-section .section-heading .heading-title h3 {
    margin: 13px 0 15px;
}
.howitworks-section .section-heading .heading-title .description {
    font-size: 13px;
    line-height: 16.9px;
}
.howitworks-section .section-heading .heading-title .description > *:last-child {
    margin: 0;
}
.howitworks-section  .section-content {
    margin-top: 20px;
    padding-top: 132px;
    padding-bottom: 82px;
    max-width: 1342px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 33px;
    padding-right: 33px;
}
.howitworks-section .steps-items {
    display: flex;
    justify-content: space-between;
}
.howitworks-section .steps-items .step-item {
    width: 26.8%;
    position: relative;
}
.howitworks-section .steps-items .step-item:nth-child(2) {
    padding-right: 35px;
    width: 30%;
}
.howitworks-section .steps-items .step-item .subheading {
    font-size: 17.73px;
    line-height: 23.05px;
    color: #EFB257;
}
.howitworks-section .steps-items .step-item h4 {
    margin: 12px 0 14px;
}
.howitworks-section .steps-items .step-item .description {
    max-width: 295px;
}
.howitworks-section .steps-items .step-item:nth-child(2) .description {
    max-width: 100%;
}
.howitworks-section .steps-items .step-item .description a {
    background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #752963, #752963, #752963);
    background-size: calc(100% - 14px) 1px;
}
.howitworks-section .steps-items .step-item .description a:hover {
    background-size: 0 1px;
    display: inline;
    line-height: 1;
}
.howitworks-section .steps-items .step-item:not(:last-child):before {
    content: '';
    position: absolute;
    right: -31px;
    border-right: 1px solid #1B214A;
    height: 100%;
    top: 0;
}
.howitworks-section .steps-items .step-item .description > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 1600px){
    
.howitworks-section .section-content {
    max-width: 1440px;
}
}

@media (max-width: 1600px) {
    .howitworks-section .container {
        max-width: 1372px;
    }
}
@media (max-width: 1199px) {
    .howitworks-section .section-heading .heading-title {
        margin-top: 60px;
    }
    .howitworks-section .section-heading .heading-title {
        max-width: calc(100% - 190px);
        padding-left: 30px;
    }
    .howitworks-section .steps-items .step-item:nth-child(2) {
        padding-right: 0;
    }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
    .howitworks-section .section-heading .heading-title {
        max-width: 100%;
        padding-left: 30px;
    }    
    .howitworks-section .section-heading-content {
        flex-wrap: wrap;
        width: calc(100% - 390px);
    }    
    .howitworks-section .section-heading .heading-cta {
        margin-left: 0;
        padding-left: 30px;
        margin-top: 21px;
    }    
    .howitworks-section .section-heading .heading-image {
        width: 390px;
    }    
}
@media (max-width: 767.98px) {
    .howitworks-section .section-content {
        padding: 50px 0;
    }
    .howitworks-section .section-heading-content {
        width: 100%;
    }
    .howitworks-section .section-heading .heading-image {
        margin: 0;
        width: 40%;
    }
    .howitworks-section .section-heading .heading-title {
        padding-left: 0;
        margin-top: 35px;
        padding-bottom: 0px;
    }
    .howitworks-section .section-heading .heading-title h3 {
        margin: 17px 0 18px;
    }
    .howitworks-section .steps-items .step-item:nth-child(2) {
        padding-right: 0;
    }    
    .howitworks-section .steps-items .step-item:nth-child(n) {
        width: 30%;
    }    
    .howitworks-section .steps-items .step-item:not(:last-child):before {
        right: -17px;
    }
    .howitworks-section .section-heading-content {
        flex-wrap: wrap;
    }
    .howitworks-section .section-heading .heading-image {
        width: 100%;
        padding-left: 0;
    }
    .howitworks-section .section-heading .heading-title {
        max-width: 100%;
    }
    .howitworks-section .section-heading .heading-cta {
        margin-left: 0;
        margin-top: 21px;
    }
    .howitworks-section .section-heading-content {
        flex-wrap: wrap;
    }
    .howitworks-section .section-content {
        padding: 13px 0 94px;
        margin-top: 2px;
    }    
    .howitworks-section .steps-items {
        flex-direction: column;
    }    
    .howitworks-section .steps-items .step-item:not(:last-child):before {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #1B214A;
        left: 0;
        top: 24px;
    }    
    .howitworks-section .steps-items .step-item:nth-child(n) {
        width: 100%;
    }    
    .howitworks-section .steps-items .step-item h4 {
        margin: 14px 0 16px;
    }    
    .howitworks-section .steps-items .step-item:not(:last-child) {
        margin-bottom: 49px;
    }
    section.lunch-learn-section.howitworks-section {
        position: relative;
    }
    section.lunch-learn-section.howitworks-section:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        top: 19.4%;
        z-index: -1;
        background-color: #f7f7f7;
    }
    .howitworks-section .steps-items .step-item .description {
        max-width: 100%;
    }
}