/* Common CSS for Section Blocks */

.section-block {
    position:relative;
}

.section-content {
    z-index: 2;
}

.section-heading {
    font-family: 'Lora';
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    color: #393939;
}


.section-3 {
    text-align: center;
    position: absolute;
    top: 170px;
}

.coffee-gradient {
    height: 98%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width:400px) {
    .section--road-to-recovery {
        background: #EFF4EF;
    }
}

@media (max-width: 768px) {
    .section--road-to-recovery {
        padding: 55px 0;
        background: #EAEDE8;
    }

    .section--road-to-recovery  span.section-heading {
        line-height: 1.1;
        display: inline-block;
        margin-bottom: 26px;
        width: 70%;
    }
}   

@media (max-width: 1024px) {
    .section-3 {
       margin:auto;
        width: 96%;
        text-align: center;
        position: relative;
        top: 10%;
    }
}
    

@media (min-width: 1025px) {
    .section--road-to-recovery {
        height: 989px;
        padding: 40px 0;
        margin-top: -72px;
        position: relative;
        z-index: 10;
        background: #E9EDE8;
    }
 }



