.section-1 {
  overflow-x: hidden;
  padding: 72px 0;
}

.section-1 .wrapper-text {
  max-width: 869px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section-1 .wrapper-text p {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  color: #616365;
}

.section-1 .wrapper-text h2 {
  color: #0D134C;
  margin-bottom: 6px;
}

.section-1 .cta {
  border-radius: 12px;
  height: 56px;
  max-width: 373px;
  width: 100%;
  margin-top: 40px;

  font-family: "Margem-medium";
  font-size: 16px;
  line-height: 20px;
  color: #001533;
  background-color: #FFBC33;
}

@media screen and (min-width: 768px) {
  .section-1 .wrapper-text h2 {
    margin-bottom: 22px;
  }

  .section-1 {
    padding: 112px 0;
  }
}
