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

.section-3 .wrapper {
  max-width: 536px;
}

.section-3 .wrapper-text {
  max-width: 554px;
}

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

.section-3 .cta {
  border-radius: 12px;
  height: 56px;
  max-width: 100%;
  width: 100%;

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

@media screen and (min-width: 576px) {
    .section-3 .cta {
      max-width: 256px;
    }
}

@media screen and (min-width: 768px) {
  .section-3 {
    padding: 112px 0;
  }
}