#guarantee {
  position: relative;
  background-image: linear-gradient(
    45deg,
    var(--primary-color-light),
    var(--primary-color)
  );
  color: white;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px 0;
}

#guarantee .container {
  max-width: 1100px;
}

#guarantee h2 {
  color: white;
}

#guarantee h2 span {
  color: var(--third-color);
}

#guarantee img {
  max-width: 200px;
}

#guarantee .badges img {
  background-color: white;
  max-width: 100px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

figure {
  margin: 9px;
}

.row.align-items-center.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.d-flex.gap-2.flex-wrap.align-items-center.justify-content-center.mt-4.badges {
  display: flex;
}

#guarantee .container {
  margin: 0 auto;
}

@media (max-width: 599px) {
  #guarantee .badges img {
    max-width: 45px;
  }

  .row.align-items-center.justify-content-center {
    display: block;
  }

  .d-flex.gap-2.flex-wrap.align-items-center.justify-content-center.mt-4.badges {
    display: flex;
    justify-content: center;
  }

  figure {
    margin: 1px;
    text-align: center;
  }
}
