.hero__image__section.merchant__section {
  order: 1;
  margin-top: 20px;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.hero__heading.merchant h1 {
  margin-bottom: 36px;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  line-height: 60px;
}

.hero__heading.merchant p {
  margin-bottom: 108px;
  width: 337px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .merchant__hero {
    flex-direction: column;
  }

  .merchant__section {
    margin-top: 50px !important;
  }

  .hero__heading {
    margin-bottom: 24px;
  }

  .hero__cta {
    margin-bottom: 28px;
  }

  .hero__heading.merchant h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
  }

  .hero__heading.merchant p {
    margin-bottom: 108px;
    width: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
}
