/* Guarantees */

.guarantees {
  padding: 40px 0 64px;
}

.guarantees__card {
  padding: 20px;
  border: 1px solid #D9DDDE;
  background: #fff;
}

.guarantees__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.guarantees__content {
  font-size: 14px;
  line-height: 160%;
}

.guarantees__content p {
  margin-bottom: 10px;
}

.guarantees__content p:last-child {
  margin-bottom: 0;
}

.guarantees__content strong,
.guarantees__content b {
  font-weight: 700;
}

/* Mobile — 768px */
@media (max-width: 768px) {
  .guarantees {
    padding: 24px 0 40px;
  }
}
