.full-width-image-text-overlay-block .block-inner {
position: relative;
display: flex;
justify-content: center;
}
.full-width-image-textarea {
  text-align: center;
  color: #FFE8E2;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  max-width: 750px;
  padding: 0 60px;
}

.full-width-image {
width: 100%;	
}
.full-width-image img {
width: 100%;
object-fit: cover;
display: block;
max-height: 1080px;
height: 100%;
min-height: 550px;
}
.full-width-image-textarea :is(h1, h2, h3, h4, h5, h6) {
  color: #FFE8E2;	
}
.full-width-image-textarea .cta-button-wrap {
display: flex;
justify-content: center;
margin-top: 30px;
}


.full-width-image-text-overlay-block.has-full-width-image-overlay > .block-inner::after {
  background: linear-gradient(0deg, rgba(22, 43, 41, 0.8) 5%, rgba(22, 43, 41,0) 75%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media all and (max-width:1600px) {
.full-width-image-textarea {
  padding-left: 45px;
  padding-right: 45px;
}
}
@media all and (max-width:1280px) {
.full-width-image-textarea {
  padding-left: 30px;
  padding-right: 30px;
  bottom: 40px;
}
}
@media all and (max-width: 768px) {
.full-width-image-textarea {
  padding-left: 20px;
  padding-right: 20px;
  bottom: 30px;
}
.full-width-image-text-overlay-block.has-full-width-image-overlay > .block-inner::after {
  background: linear-gradient(0deg, rgba(22, 43, 41, 0.8) 10%, rgba(22, 43, 41,0) 85%);
}
}