.page-intro {
  background: url(page-intro-bgnd.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 39% auto;
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px 0;
  overflow: visible;
  position: relative;
}
.page-intro:after {
  display: block;
  content: "";
  background-image: url(divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1332/94;
  width: 100%;
  max-width: 1332px;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
}

.page-intro .container{
  max-width: 900px;
  padding: 0 0 0 60px;
}
p{
  margin: 0 0 25px 0;
}
.page-intro__text p,
.page-intro__text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 34px;
  color: #6D6E71;
}

.page-intro__text strong{
  font-family: 'Avant Garde', sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #6D6E71;
}

.page-intro__button .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px;
  background-color: #8DC63F;
  color: #fff;
  border-radius: 154px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  max-width: 225px;
}

.page-intro__button .btn:hover {
  background-color: #8DC63F;
}

.btn-label-top {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
}

.btn-label-bottom {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 2px;
  text-align: center;
}
