.money-guarantee-section {
  --mg-fourth: #ffffff;
  --mg-secondary: #203b52;
  --mg-font-semibold: "Neutrif Pro", sans-serif;

  position: relative;
}

.money-guarantee--wrapper {
  position: relative;
  overflow: hidden;
  margin: 150px 0 0;
  padding: 100px 40px;
  border-radius: 20px;
  background-color: #1a4a52;
  background-image: var(--money-bg-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.money-guarantee--wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  pointer-events: none;
  background: #00000040;
  background-blend-mode: multiply;
}

.money-guarantee-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.money-guarantee-content h2 {
  margin: 0;
  color: var(--mg-fourth);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.04;
  text-align: center;
  text-transform: capitalize;
}

.money-guarantee-content p {
  max-width: 796px;
  margin: 40px auto 0;
  color: #e4f4f8;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.252;
  text-align: center;
}

.money-guarantee-content p + p {
  margin-top: 1em;
}

.back-box--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 40px 0;
}

.money-box {
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  padding: 10px;
  line-height: 0;
}

.money-box svg {
  display: block;
  margin: 0 auto;
}

.money-box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.money-guarantee-content a {
  display: inline-block;
  padding: 19px 39px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  background: var(--mg-fourth);
  color: var(--mg-secondary);
  font-family: var(--mg-font-semibold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s;
}

.money-guarantee-content a:hover {
  border: 1px solid var(--mg-secondary);
  background: var(--mg-secondary);
  color: var(--mg-fourth);
}

@media screen and (max-width: 767px) {
  .money-guarantee--wrapper {
    margin: 60px 0 120px;
    padding: 60px 20px;
    background-image: var(--money-bg-mobile, var(--money-bg-desktop));
  }

  .money-guarantee--wrapper::before {
    background: #00000073;
  }

  .money-guarantee-content h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .money-guarantee-content p {
    margin: 20px auto 0;
    font-size: 16px;
  }

  .back-box--wrapper {
    gap: 20px;
    margin: 30px 0;
  }

  .money-box {
    width: 100%;
    padding: 0;
  }

  .money-box svg {
    width: auto;
    height: 110px;
  }

  .money-guarantee-content a {
    padding: 14px 40px;
    font-size: 16px;
    line-height: 1.2822;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .money-box {
    width: calc(33.33% - 13.33px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .money-guarantee--wrapper {
    margin: 100px 0;
    padding: 70px 20px;
  }

  .money-guarantee-content h2 {
    font-size: 40px;
  }

  .money-guarantee-content p {
    margin: 25px auto 0;
    font-size: 20px;
  }

  .money-box svg {
    width: auto;
    height: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .money-guarantee--wrapper {
    margin: 120px 0 150px;
    padding: 70px 20px;
  }

  .money-box svg {
    width: auto;
    height: 140px;
  }
}

body[data-page-type="product"] .money-guarantee--wrapper {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  body[data-page-type="product"] .money-guarantee--wrapper {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body[data-page-type="product"] .money-guarantee--wrapper {
    margin-bottom: 100px;
  }
}

.starter-bundle .money-guarantee--wrapper {
  margin-bottom: 50px;
}

.starter-bundle .money-guarantee--wrapper::before {
  background: rgb(0 0 0 / 35%);
}
