.section-block {
    position:relative;
}

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

@media (min-width: 600px) {
	.section-content {
	   padding: 60px 20px 100px;
	}
}

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


.slick-arrow {
    all: unset;
    font-size: 0;
}

/* -- Recovery -- */


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

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


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

	.section--road-to-recovery  span.section-heading {
        width: 90%;
	}
}

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


.section--what-to-expect {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 55px 0 0;
    background: #fff;
}



@media (max-width: 400px) {
    .section-block section--what-to-expect {
        background: #fff;
        margin-top:40px;
        padding-top: 40px;
    }


}

@media (min-width:768px) {
    .coffee-section {
        height: auto;
    }
}

@media (max-width:765px) {
    .section--what-to-expect {
        background: none;
    }
}

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

.tile-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}

@media (max-width: 767px) {
    .tile-container {
        flex-wrap: wrap;
    }
}

.section-tile-4 {
    width: 100%;
    min-height: 375px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 15px rgba(44, 60, 105, 0.15);
    padding: 20px;
    margin: 20px 0;
    position: relative;
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
}


.text-box-column {
	padding: 30px 38px 34px;
}

.tile-4-number {
	display: block;
	font-size: 36px;
	font-weight: bold;
	padding: 22px 0 20px 5px;
	position: relative;
	z-index: 2;
	color: #393939;
	background: url(../../../img/smudge.png) center center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	height: 99px;
	width: 120px;
}


.tile-4-title {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
}




.caption-bg {
    object-fit: cover;
    width: 120px;
    height: 99px;
    z-index: 1;
    position: absolute;

}

@media (min-width: 768px) {
    .caption-bg {
        left: 21%;
        top: 6%;
    }

    .coffee-gradient {
        display: block;
    }

    .section-tile-4 {
        margin: 20px 16px;
    }
}

@media (min-width: 1025px) {
    .caption-bg {
     left: 31%;
     top: 7%;
    }
}

.bg-leaves {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
   object-position: top right;
}

.mobile-icon-box-container {
    margin-bottom: 0;
    position: relative;
    padding: 50px 0;
}

@media (min-width: 600px) {
	.mobile-icon-box-container {
		margin-bottom: 50px;
		position: relative;
	}
}

@media (min-width: 768px) {
    .section--what-to-expect {
        padding-bottom: 80px;
    }
}

.mobile-icon-box-container  .slick-prev {
    left: 35%;
}

.mobile-icon-box-container  .slick-next {
    right: 35%;
}

.mobile-icon-box-container .slick-arrow  {
    bottom: 0;
    position: absolute;
}

.mobile-icon-box-container .slick-prev::before,
.mobile-icon-box-container .slick-next::before {
    color: var(--blue);
    font-size: 32px;

}

p.flex-btn-wrapper {
    justify-self: flex-end;
    margin-top: auto;
}