.block-call-out-text .content-wrap-btm {
  margin-top: -150px;
}
.block-call-out-text .content-wrap-btm h3 {
  margin-bottom: 26px;
}
.block-call-out-text .wysiwyg-content {
  margin-top: 275px;
}

@media screen and (max-width: 991px) {
  .horizontal-image-wrapper {
    width: 90%;
    max-height: 200px;
  }
  .horizontal-image-wrapper img {
    max-height: 200px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
  }
  .verticle-image img {
    max-height: 280px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
  }
  .block-call-out-text .wysiwyg-content {
    margin-top: 280px;
  }
  .block-call-out-text .content-wrap-btm {
    margin-top: 0;
  }
  .verticle-image {
    position: absolute;
    width: 60%;
    max-width: 100%;
    top: 150px;
    right: 1.5rem;
  }
}
