.card-with-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.text-right .card-with-media{
	justify-content: left;
}
.left-section ul {
    display: block;
    padding: 0 !important;
}
.left-section ul li {
    position: relative;
    font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
    line-height: 30px;
    margin-bottom: 20px !important;
    font-weight: 500;
    padding-left: 20px;
}
.left-section ul li:after {
    content: '';
    width: 5px;
    height: 5px;
    background: red;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 10px;
}
.left-section ul.image-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.left-section ul.image-wrap li {
    margin-bottom: 0 !important;
    padding-left: 0;
}
.left-section ul.image-wrap li:after{
	content: none;
}
.text-right .card-with-media .left-section {
    right: 12px;
    left: unset;
    border-radius: 0px 0px 0px 25px;
    top: 0;
}
.card-with-media.media-text{
	justify-content: left;
}
.left-section.media-text{
	right: 12px;
    left: unset;
    border-radius: 0px 0px 0px 25px;
}
.left-section {
    width: 56%;
    border-radius: 0px 0px 25px 0px;
    background: #fff;
    position: absolute;
    padding: 34px 117px 75px 121px;
    bottom: 170px;
    left: 12px;
	z-index: 99;
}
.left-section .tagline{
	position: relative;
	margin-bottom: 15px;
}
.left-section h2 {
    margin-bottom: 30px;
    margin-top: 15px;
}
.left-section p{
	font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
	line-height: 30px;
	margin-bottom: 50px;
}
.right-section {
    width: 83%;
    box-shadow: -15px 15px 0px #EFF5F9;
    border-radius: 15px;
}

/* .right-section .video-wrap video::-webkit-media-controls { */
  /* display: none !important; */
  /* opacity: 0;  */
/* } */
/* .right-section .video-wrap video::-webkit-media-controls-start-playback-button { */
    /* display: none !important; */
/* } */
.card-with-media.media-text .right-section {
	box-shadow: 15px 15px 0px #EFF5F9;
}
.right-section .image-wrap{
	width: 100%;
	height: 100%;
}
#card-with-media-block_2b0b7503ea1b1a2ae32d651b80819f75 .right-section.has-video .image-wrap{
	max-height: 680px;
}
#card-with-media-block_2b0b7503ea1b1a2ae32d651b80819f75 .right-section.has-video .video-wrap{
	max-height: 680px;
}
#card-with-media-block_423f33c6cbf4f622162ab041cd270284 .right-section.has-video .image-wrap{
	max-height: 670px;
}
#card-with-media-block_423f33c6cbf4f622162ab041cd270284 .right-section.has-video .video-wrap{
	max-height: 670px;
}
.image-wrap img {
	object-fit: cover;
}
.right-section .image-wrap img {
    border-radius: 15px;
    width: 100%;
	height: 100%;
}
.right-section.has-video{
	display: flex;
	flex-wrap: wrap;
}
.video-wrap video{
	border-radius: 15px;
	height: 100%;
}
#card-with-media-block_e22d94c2f0e14ce36cde56333104de3a .right-section .image-wrap img{
	max-height: 620px;
}
@media(min-width: 1200px){
.right-section.has-video .video-wrap {
    opacity: 0;
	visibility: hidden;
    height: 100%;
    width: 100%;
	position: absolute;
	left: 0;
}
.right-section.has-video:hover .image-wrap{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.right-section.has-video:hover .video-wrap{
	display: block;
	opacity: 1;
	visibility: visible;
	position: unset;
}
}

@media only screen and (max-width:1399px) {
.left-section {
    width: 65%;
    position: absolute;
    padding: 30px 30px 30px 100px;
	bottom: 100px;
} 
.left-section p {
    margin-bottom: 30px;
}  
.left-section ul.image-wrap {
    margin-bottom: 30px;
}
}
@media only screen and (max-width:1199px) {
.left-section {
    width: 100%;
    position: unset;
    padding: 30px 30px 20px 60px;
    margin-bottom: 30px;
}
.left-section p {
    margin-bottom: 30px;
}
.right-section {
    width: 100%;
}
.right-section .video-wrap{
	display: none;
} 
}
@media only screen and (max-width:1024px) {
.left-section {
    width: 100%;
    position: unset;
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
}
.left-section p {
    margin-bottom: 30px;
}
.right-section {
    width: 100%;
} 
  
}
@media only screen and (max-width:767px) {
.card-with-media {
    flex-direction: column-reverse;
}
.left-section {
    width: 100%;
    position: unset;
    padding: 15px 10px 15px 10px;
	margin-top: 30px;
}   
.left-section p {
    margin-bottom: 30px;
}
.right-section {
    width: 100%;
}
.left-section ul.image-wrap li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px !important;
}
.left-section ul.image-wrap li img{
	width: 100%;
    max-width: 150px;
}
.left-section h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.right-section.has-video:hover .image-wrap {
    display: block !important;
}
.right-section.has-video .video-wrap {
    display: none !important;
}
}