.comparer-parent {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #fafafa;
  border-bottom: 1px solid #D9D9D9;
  min-height: 405px;
}
.comparer-link-button{
  margin-top: 30px;
}
.hero-banner-text
{
  font-size:23px;
}
.banner-image-with-text .image-with-text__media-item {
  width: 30rem;
}
.abraid {
  white-space: nowrap;
  font-size: 12px;
}

.with-hero {
  display: flex;
  justify-content: center;
  margin-left: 0;
}
.no-hero {
  margin-right: 200px;
}
@media screen and (min-width: 768px) {
  .hero-grid-custom {
    margin-bottom: 60px;
    gap: 20px;
    margin-top: 20px;
  }

  .with-hero {
    display: flex;
    justify-content: center;
    margin-left: 700px;
  }

  @media screen and (min-width: 768px) {
    .img_with_txt_outer {
      padding: 58px 110px;
    }
  }

  .hero-img {
    max-height: 465px !important;
  }
}
