.heroSectionWrapper {
  display: flex;
  justify-content: center;
  padding: 11.5rem 20px 7rem 20px;
  background-image: url("../images/voicemail-drop/hero_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.heroSection {
  display: flex;
  align-items: center;
  max-width: 1110px;
  width: 100%;
}

.heroSectionLeft {
  width: 50%;
}

.heroSectionTitle {
  color: #504ee4;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.heroSectionHeading {
  color: #0e0d59;
  font-family: "Paytone One";
  font-size: 3.5rem;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.heroSectionDesc {
  color: #3d3c7d;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.heroSectionButton {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #504ee4;
  padding: 12px 1.25rem;
  border: none;
  cursor: pointer;
}

.heroSectionButton:focus {
  outline: none;
}

.heroSectionRight {
  width: 50%;
  display: flex;
  justify-content: center;
}

.heroSectionRight img {
  width: 100%;
  height: auto;
  max-width: 508px;
}

.featureSectionWrapper {
  display: flex;
  justify-content: center;
  padding: 0px 20px 11.5rem 20px;
}

.featureSection {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  max-width: 1110px;
  width: 100%;
}

.featureSectionHeading {
  color: #0e0d59;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 600;
}

.featureCard {
  display: flex;
  align-items: center;
}

.featureCardRev {
  flex-direction: row-reverse;
}

.featureCardLeft {
  width: 50%;
}

.featureCardHeading {
  color: #0e0d59;
  font-weight: 600;
  margin-bottom: 12px;
}

.featureCardDesc {
  color: #3d3c7d;
  margin-bottom: 0px;
}

.featureCardRight {
  width: 50%;
  display: flex;
  justify-content: center;
}

.featureCardRight img {
  height: auto;
  width: 100%;
}

.featureCardRight1 img {
  max-width: 472px;
}

.featureCardRight2 img {
  max-width: 452px;
}

.featureCardRight3 img {
  max-width: 493px;
}

.featureCardRight4 img {
  max-width: 448px;
}

.ctaSection {
  background: linear-gradient(180deg, #5452be 0%, #161489 100%), #070485;
  padding: 7rem 20px;
  text-align: center;
}

.ctaSectionHeading {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2.5rem;
  max-width: 926px;
}

.ctaSectionButton {
  border-radius: 4px;
  background: linear-gradient(
      93deg,
      #4f95ff -1.83%,
      #3686ff 62.21%,
      #649ff9 99.82%
    ),
    #fff;
  padding: 14px 23.333px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.373px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.ctaSectionButton:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .heroSectionWrapper{
    padding-top: 14.5rem;
  }
  
  .heroSection {
    flex-direction: column;
    gap: 5rem;
  }

  .heroSection > div {
    width: 100%;
  }

  .featureCard {
    flex-direction: column;
    gap: 2rem;
  }

  .featureCard2 {
    gap: 3rem;
  }

  .featureCard > div {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .featureCardRight img {
    width: 100%;
  }
}
