.guarantee__container {
  position: relative;
  padding-bottom: 1.875rem;
}
.guarantee__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.guarantee__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.guarantee__wrapper {
  max-width: 40.625rem;
  margin: 0 auto;
  text-align: center;
}
.guarantee__img {
  position: relative;
  width: 15.625rem;
  margin: 0 auto 1.25rem;
}
.guarantee__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 81.2%;
}
.guarantee__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.guarantee__title {
  margin-bottom: 2.5rem;
}
.guarantee__text > p {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
}
.guarantee__text > p:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .guarantee__container {
    padding-bottom: unset;
  }
  .guarantee__img {
    width: 180px;
  }
  .guarantee__title {
    margin-bottom: 32px;
  }
  .guarantee__text > p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=guarantee.css.map */