.container-xl {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.product-info--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 80px 0 60px;
}

.product-info-box {
  width: calc(11.11% - 8.88px);
}

.product-info-box svg {
  display: block;
  margin: 0 auto 20px;
}

.product-info-box h6 {
  text-align: center;
  margin: 0 auto;
  font-family: var(--font-cirmed-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.265;
  color: var(--secondary-color);
  max-width: 116px;
}

.money-back-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #2cc1d6;
}

@media screen and (max-width: 767px) {
  .product-info--wrapper {
    padding: 0 20px 40px;
    gap: 30px 12px;
  }

  .product-info-box {
    width: calc(33.33% - 8px);
  }

  .product-info-box svg {
    width: 50px;
    height: 50px;
  }

  .product-info-box h6 {
    font-size: 14px;
    line-height: 1.14;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-info--wrapper {
    gap: 30px 20px;
    padding: 50px 0 40px;
    justify-content: center;
  }

  .product-info-box {
    width: calc(20% - 16px);
  }

  .product-info-box h6 {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-box h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  .product-info--wrapper {
    padding: 50px 0 40px;
  }
}
