.image-left .image-text-left, .image-right .image-text-left{width: 58.1%;}
.image-text-content {width: 100%;height: 100%;position: relative;z-index: 1;}
.image-text-content h2 {font-size: 40px;color: var(--aac-black);margin-bottom: 22px;}
.image-text-right {width: 41.9%;}
.image-text-img {width: 100%;aspect-ratio: 1/1;-webkit-mask-image: url(../../assets/images/shape-img.png);mask-image: url(../../assets/images/shape-img.png);-webkit-mask-size: auto 100%;mask-size: auto 100%;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-position: right;mask-position: right;}
.image-left .image-text-box{flex-flow: row-reverse;}
.image-left .image-text-left{padding-left: 10%;}
.image-right .image-text-left{padding-right: 10%;}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 

}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) { 
.image-bottom-mob .image-text-content {margin-bottom: 30px;}
.image-top-mob .image-text-content {margin-top: 30px;}
.image-top-mob .image-text-box{flex-flow: column-reverse;}
.image-text-content h2 {margin-bottom: 23px;}
.image-text-right {width: 100%;max-width: 327px;margin: 0 auto;}
.image-left .image-text-left, .image-right .image-text-left{padding: 0;width: 100%;}

}

/* ======================================================
! 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) { }