@charset "utf-8";

.product-values { display: flex; overflow-x: auto; width: 100%; }

@media only screen and (min-width: 768px) {
  .product-values { margin: 50px auto 0px; justify-content: space-around; }
}

.product-value-section { margin: 0px 0px 40px; }

@media only screen and (min-width: 768px) {
  .product-value-section { padding: 50px 0px; }
}

.product-value { padding: 50px 0px; width: 60%; flex-shrink: 0; margin-right: 15px; }

@media only screen and (min-width: 768px) {
  .product-value { padding: 0px; width: 16%; margin-right: 0px; }
}

.product-value p { font-size: 12px; margin: unset !important; }

@media only screen and (min-width: 992px) {
  .product-value p { font-size: 14px; }
}

.product-value__image { width: 60px; height: 60px; margin: 0px auto 20px; display: flex; }

.section-title { font-size: 18px; margin-bottom: 25px; line-height: 1; }

@media only screen and (min-width: 992px) {
  .section-title { font-size: 20px; }
}

.uppercase-bold { text-transform: uppercase; font-weight: 700; }