.custom_image_banner .custom_image_banner .custom_image_banner_content {position: relative;line-height: 0;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block {padding: 35px;position: absolute;top: 0;width: 100%;height: 100%;display: flex;flex-wrap: wrap;gap: 20px;align-items: center;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block .banner_left_content,
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block .banner_right_content{flex: 0 0 calc(50% - 10px);max-width: calc(50% - 10px);width: 100%;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block h2,
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block h3{color: #fff;text-transform: uppercase;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block h2 {font-size: 22px;line-height: 1.4;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block .banner_right_content {text-align: right;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block .banner_right_content h2 {margin-bottom: 20px;}
.custom_image_banner .custom_image_banner .custom_image_banner_content img {object-fit: cover;width: 100%;min-height: 270px;}
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block h3 {font-size: 18px;}

@media screen and (max-width: 767px) {
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block .banner_left_content,
.custom_image_banner .custom_image_banner .custom_image_banner_content .banner_text_block .banner_right_content {flex: 0 0 100%;max-width: 100%;}
}