.it-5050-text h4 { font-size: 30px; line-height: 2; font-weight: 400; color: var(--tillyco-blue); margin-bottom: 10px; }
.it-5050-text { max-width: 414px; line-height: 1.33; }
.it-5050-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.it-5050-image { position: relative; padding-bottom: 67.5%; background-color: var(--tillyco-black); height: 100%; }

.image-text-row + .image-text-row { margin-top: 100px; }



/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	 
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 
    .it-5050-text { max-width: 100%; margin-top: 30px;}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){ 
    .image-text-row + .image-text-row { margin-top: 50px; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}
