.img-with-text{position: relative;line-height: 0;background-color: ;}
.img-w-text_img{height: 100%;}
.img-w-text_info{position: absolute;bottom: 0;left: 0;z-index: 1;width: 100%;padding-bottom: 73px;}
.img-w-text_info h2{max-width: 500px;color: var(--color-sand);}
.img-w-text_desc{max-width: 433px;margin-left: auto;margin-right: 72px;}
.img-w-text_desc p{color: var(--color-sand);padding-bottom: 33px;}
.img-w-text_desc a{line-height: 21.4px;color: var(--color-sand);}
@media(max-width: 1199px){
  .img-w-text-grid{gap: 60px;}
  .img-w-text_desc{margin-right: 0;}
}