.guarantees {
  background-color: #fff;
  color: #1e293b;
}

.guarantees__grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .guarantees__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .guarantees__item:not(:last-child) {
    border-right: 1px solid #e2e8f0;
  }

  .guarantees__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .guarantees__item:first-child {
    padding-left: 0;
  }

  .guarantees__item:last-child {
    padding-right: 0;
  }
}

.guarantees__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #1e293b;
}

.guarantees__accent {
  color: #2563eb;
}

.guarantees__icon-accent {
  fill: #2563eb;
}

.guarantees__desc {
  color: #64748b;
  min-height: 5.5rem;
}
