.home-inner-cta {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0 190px;
}
.home-inner-cta h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Sora';
  line-height: 62px;
  color: #000;
  text-align: center;
}
.home-inner-cta p {
  margin: 0 0 45px;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Sora';
  line-height: 30px;
  color: #000;
  text-align: center;
}
.home-inner-cta a {
  max-width: 215px;
  margin: 0 auto;
  display: block;
  padding: 9px 10px;
  color: #2D9FAB;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  height: 40px;
  font-family: 'Sora';
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  border: 1px solid #2D9FAB;
  width: 100%;
  border-radius: 70px;
}
.home-inner-cta a:hover {
  color: #fff;
  background: #2D9FAB;
}
