

 .hero-right-image .container {
  position: relative;
}

.hero-right-image h1 {
  font-weight: 800;
  margin-bottom: 16px;
  font-size: 50px;
  font-family: var(--font-body);
}

.hero-right-image h1 span {
  color: #1D4ED8;
}

.hero__sub-title {
  font-size: 18px;
  line-height: 1.5;
  color: #333241;
  margin: 0 auto 40px;
}

/* Hero Right Image Variant */
.hero-right-image {
  background: url(/wp-content/themes/textmagic-new/assets/img/automated-follow-ups-hero-background.png) center top no-repeat #dbefff;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 190px 0 70px;
  display: flex;
  align-items: center;
  text-align: left;
}

.hero-right-image .hero-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
}

.hero-right-image .hero-info__text {
  width: 100%;
  max-width: 490px;
}

.hero-right-image .hero-info__image {
  display: flex;
  align-items: center;
  position: relative;
}

.hero-right-image .hero-info__image img {
  width: calc(100% + 140px);
  max-width: calc(100% + 140px);
  height: auto;
  object-fit: contain;
}

.no-credit-card-required {
  color: #4E4B66;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}

/* Media Queries */

@media (max-width: 1400px) {
  .hero-right-image .hero-info__image img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .hero-right-image .hero-info {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-right-image .get-started__buttons{
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .hero-right-image {
    text-align: center;
  }

  .hero-right-image .hero-info__text h1{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-right-image .hero-info__text .get-started__buttons {
    justify-content: center;
  }
}

.hero-right-image + .customer-experience__wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

