/** @format */

.row-850 {
  max-width: 850px;
}

.about-cta {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 100px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.about-cta h2,
.about-cta p {
  color: white;
}

.about-cta h2 {
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-cta h2 span {
  color: #7fc242;
}

.about-cta h3 {
  color: #7fc242;
  text-align: center;
  text-transform: none;
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 106.667% */
  letter-spacing: 0;
}

.about-cta .button {
  margin-bottom: 30px;
}

.about-cta p {
  color: #fff;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.about-cta p strong {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px; /* 160% */
}

@media screen and (min-width: 1025px) {
  .about-cta {
    padding: 250px 0 150px;
    margin-top: -200px;
  }

  .about-cta h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1921px) {
  .about-cta {
    margin-top: -250px;
  }
}
