.guarantee-section {
  width: 100%;
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.guarantee-seal-img {
  padding-bottom: 44px;
}

.guarantee-section-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: black;
  padding-bottom: 32px;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .guarantee-section-title {
    font-size: 2rem;
  }
}

.guarantee-section-title.highlighted {
  color: var(--primary);
  font-weight: 700;
}

.guarantee-section-description {
  max-width: 950px;
  text-align: center;
  font-size: 1.25rem;
  color: black;
  font-weight: 400;
  padding-bottom: 32px;
}

.guarantee-section-seals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
