.fw_img_with_txt_overlay {
  max-width: 1512px;
  margin-inline: auto;
  min-height: 746.725px;
  position: relative;
}

.fw_img_with_txt_overlay > img {
  position: absolute;
  top; 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.fw_img_with_txt_overlay-inner {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.fw_img_with_txt_overlay-toptxt {
  font-size: 30px;
  line-height: 110%; 
  text-transform: lowercase;
  margin: 0;
}

.fw_img_with_txt_overlay--heading {
  color: #FFF;
  text-align: center;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%; 
  text-transform: lowercase;
  text-shadow: 2px 2px 0 #e95da0;
  margin: 16px 0 0;
}

.fw_img_with_txt_overlay-txt .button_group {
  margin-top: 44px;
}

.fw_img_with_txt_overlay-txt .button_group .button {
  color: #FFF;
  text-align: center;
  font-family: "Forma DJR Deck",sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%; 
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 17px 34px;
  background: #1D3456;
  border-color: #1D3456;
}

.fw_img_with_txt_overlay-txt .button_group .button:hover,
.fw_img_with_txt_overlay-txt .button_group .button:focus {
  color: #1D3456;
  background: #fff;
}

@media (max-width: 1024px) {
  .fw_img_with_txt_overlay {
    min-height: 476px;
  }
  
  .fw_img_with_txt_overlay-toptxt {
    font-size: 21px;
  }
  
  .fw_img_with_txt_overlay--heading {
    font-size: 56px;
  }
}