.text-banner-with-image {
  width: 100%;
  max-width: 1440px;
  margin: 30px auto;
  background: #F4F6FC;
  display: flex;
  flex-direction: row;
  gap: 0;
}

.text-banner-with-image[domain="standards-marketing"] {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: -10px;
}

@media only screen and (max-width: 1440px) {
  .text-banner-with-image {
    margin-bottom: 30px !important;
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 1100px) {
  .text-banner-with-image {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .text-banner-with-image {
    width: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}

.text-banner-with-image-text,
.text-banner-with-image-image {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .text-banner-with-image-text,
  .text-banner-with-image-image {
    width: 100%;
  }
}

.text-banner-with-image-text {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

@media only screen and (max-width: 767px) {
  .text-banner-with-image-text {
    padding: 40px;
  }
  .text-banner-with-image-image {
    display: none;
  }
}

.text-banner-with-image-image {
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-banner-with-image h3 {
  padding: 0;
}

.text-banner-with-image[domain="standards-marketing"] h3 {
  color: #214595;
}

.text-banner-with-image[domain="plumbs-marketing"] h3 {
  color: #0590D5;
}

.text-banner-with-image h3,
.text-banner-with-image p,
.text-banner-with-image a {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.text-banner-with-image p,
.text-banner-with-image a {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.text-banner-with-image p {
  font-weight: 400;
  color: #535E79;
}

.text-banner-with-image a {
  font-weight: 700;
  color: #0A2447;
}
