.hero {
  padding-top: 130px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #f4f4f4 0%, #ffffff 100%);
}

.hero-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero p {
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.hero h1 {
  text-align: left;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.hero h3 {
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.hero-content--item:last-child {
  height: 450px;
}

.hero-content--item img.background {
  height:400px;
}

.hero-content--item img.rh {
  height: 320px;
  object-fit: cover;
  position: relative;
  top: -370px;
  z-index: 1;
}

.hero-cta {
  flex: 0 1 auto;
  text-align: center;
  padding: 2rem;
  z-index: 3;
}

.hero-cta .btn {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding: 1rem 2.5rem;
}

.free {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.free a {
  display: inline-block;
  margin-top: 50px;
}

.free-content--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.free-content--image---desktop {
  text-align: center !important;
}

.free-content--image p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 2rem 0;
}

.about {
  width: 100%;
  margin-top: 50px;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.about-content--title {
  text-align: center;
}

.about-content--content {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 2rem 0;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 35px 20px;
  background-color: #FFF;
}

/* Tablet - 768px and up */
@media (min-width: 768px) {

}

/* Desktop - 1024px and up */
@media (min-width: 1024px) {

}

/* Large Desktop - 1280px and up */
@media (min-width: 1280px) {
  .hero-content {
    flex-direction: row;
  }

  .hero-cta {
    text-align: left;
    padding: 0;
  }
}

/* Large Desktop - 1440px and up */
@media (min-width: 1440px) {
  .hero-content {
    flex-direction: row;
  }

  .hero-cta {
    text-align: left;
    padding: 0;
  }
}
