.left-image-container{min-height: 590px; position: relative;}
.liw-content{padding-left:13%; padding-top: 75px; padding-bottom: 75px;}
.liw-content h3{font-family:'Muli',sans-serif;font-weight:900;font-size:30px;line-height: 36px;letter-spacing: -0.8px;margin-bottom: 25px;}
.liw-content p:not(:last-child){margin-bottom:25px;}
.liw-half-image-left{position: absolute; top: 0; left: 0; width: calc(50% - 0px); height: 100%;}
.liw-half-image-left img{width: 100%; height: 100%; object-fit: cover;}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) {  
.liw-content h3{font-size:26px; line-height:30px; margin-bottom:20px;}
.liw-content p:not(:last-child){margin-bottom:20px;}
.liw-half-image-left{position: relative;top: 0;left: 0;width: 100%;height: auto;}
.liw-content{padding: 50px 0;}
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px) {
.liw-content{padding: 30px 0;}
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {

}