.mx3006-pdp-guarantee {
  display: grid;
  justify-items: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 52px 24px 72px;
  background: #ffffff;
  color: #111111;
  text-align: center;
}

.mx3006-pdp-guarantee__icon-image {
  display: block;
  width: 112px;
  height: 112px;
  margin-bottom: 20px;
  object-fit: contain;
}

.mx3006-pdp-guarantee h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.mx3006-pdp-guarantee__text {
  color: #333333;
  font-size: 15px;
  line-height: 1.65;
}

.mx3006-pdp-guarantee a {
  display: grid;
  min-width: 260px;
  min-height: 54px;
  margin-top: 24px;
  place-items: center;
  background: #111111;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mx3006-pdp-guarantee {
    padding: 44px 18px 58px;
  }

  .mx3006-pdp-guarantee h2 {
    font-size: 38px;
  }

  .mx3006-pdp-guarantee__icon-image {
    width: 96px;
    height: 96px;
  }
}
