.money-back-guarantee {
  padding: 72px 0 56px 0;
}
.money-back-guarantee-head h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0 0 24px 0;
  color: var(--primary)
}
.money-back-guarantee-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 578px;
  color: #555555
}
.money-back-guarantee__cta{
  text-align: center;
  margin-top: 40px;
}
.money-back-guarantee__cta a{
  display: inline-block;
  padding: 14px 24px;
  border: 2px solid var(--primary);
  border-radius: 24px;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.money-back-guarantee__cta a:hover{
  background: var(--primary);
  color: white;
}
@media screen and (max-width: 1599px) {
  .money-back-guarantee {
    padding: 80px 0 56px 0;
  }
}
@media screen and (max-width: 1279px) {
  .money-back-guarantee {
    padding: 80px 0 48px 0;
  }
  .money-back-guarantee-head h2{
    font-size: 40px;
    line-height: 44px;
  }
  .money-back-guarantee-details p{
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .money-back-guarantee {
    padding: 72px 32px 48px 32px;
  }
  .money-back-guarantee-head h2{
    font-size: 32px;
    line-height: 36px;
  }
  .money-back-guarantee-details p{
    font-size: 16px;
    line-height: 20px;
  }
}
