.full_image_hero_section{position: relative;}
.full_image_hero_section::after{content: "";position: absolute;top:0;left: 0;bottom: 0;right: 0;background: linear-gradient(246deg, rgba(0, 0, 0, 0.00) 27.63%, #000 104.31%);z-index: 0;}
.full-image-hero-cation{position: absolute;bottom: 86px;z-index: 1;max-width: 1824px;margin: 0 auto;left: 0;right: 0;}
.full_image_hero_section img {display: block;width: 100%;min-height: 385px;object-fit: cover;object-position: right;}
.full-image-hero-cation .h1{color: var(--color-white);max-width: 576px;margin-bottom: 0;}
@media (max-width: 1023px) {
.full-image-hero-cation{bottom: 50px;}
}

@media (max-width: 575px) {
.full_image_hero_section img{object-position: 75%;}

}