.image-with-text {
  background-color: #f8f8f8;
  padding: 40px 0;
}
.image-with-text .image-with-text-inner {
  max-width: 1110px;
  margin: auto;
}
.image-with-text h2 {
  font-size: 24px;
}

.new-margin-bottom-image-and-text {
  margin-bottom: 21px !important;
}

.image-with-text-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 532px;
}

.image-with-text-paragraph {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 8px;
}

.image-with-text-links .hyperLinkComp .hyper-link {
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .image-with-text-links .hyperLinkComp .hyper-link {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .image-with-text {
    padding: 64px 165px;
  }
}
@media (min-width: 1023px) {
  .hyperLinkComp .hyper-link a {
    font-family: "MuseoSans_700_Bold", sans-serif !important;
  }
}
@media (max-width: 600px) {
  .hyperLinkComp .hyper-link a {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: "MuseoSans_700_Bold", sans-serif !important;
  }
}