.mawp-title-and-text-with-image-banner {
  color: #2E194D;
}

.mawp-title-and-text-with-image-banner .mawp-content-ctr {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.mawp-title-and-text-with-image-banner .mawp-thumbnail {
  flex: 1 1 400px;
  max-width: 400px;
  align-content: center;
}

.mawp-title-and-text-with-image-banner .mawp-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.mawp-title-and-text-with-image-banner .mawp-content-wrapper {
  flex: 1 1 740px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mawp-title-and-text-with-image-banner .mawp-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: left;
}

.mawp-title-and-text-with-image-banner .mawp-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: #FF7F00;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-top: 16px;
  text-transform: capitalize;
}

.mawp-title-and-text-with-image-banner .mawp-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.70;
  margin-top: 16px;
}

.mawp-title-and-text-with-image-banner .mawp-cta {
  margin-top: 40px;
}

.mawp-title-and-text-with-image-banner-reversed .mawp-content-ctr {
  flex-direction: row-reverse;
}

.mawp-title-and-text-with-image-banner-bg {
  background-color: #2e194d;
}

.mawp-content-wrapper-bg {
  background-color: #fff;
}

.mawp-content-wrapper-bg > * {
  color: #fff;
}

@media screen and (max-width: 959px) {
  .mawp-title-and-text-with-image-banner .mawp-title {
    font-size: 28px;
  }

  .mawp-title-and-text-with-image-banner .mawp-subtitle {
    font-size: 20px;
  }

  .mawp-title-and-text-with-image-banner .mawp-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .mawp-title-and-text-with-image-banner {
    padding-top: 32px;
  }

  .mawp-title-and-text-with-image-banner .mawp-content-ctr {
    flex-direction: column-reverse;
    padding-inline: 32px;
    gap: 24px;
  }

  .mawp-title-and-text-with-image-banner .mawp-thumbnail {
    width: 100%;
    flex: 1;
  }

  .mawp-title-and-text-with-image-banner .mawp-content-wrapper {
    flex: 1;
    padding: 0;
  }

  .mawp-title-and-text-with-image-banner .mawp-cta {
    margin-top: 20px;
  }

  .mawp-title-and-text-with-image-banner .mawp-content-wrapper-bg {
    padding-bottom: 20px;
  }
}
