/** Shopify CDN: Minification failed

Line 15:17 The "-" operator only works if there is whitespace on both sides

**/
.product__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product__contact__section {
  display: flex;
  gap: 10px;
  width: calc(50%-24px);
}

.product__contact__section_content {
  display: flex;
  gap: 8px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.product__contact__section_link {
  font-size: 14px;
  font-weight: 600;
  color: #B81520;
  text-underline-offset: 2px;
  letter-spacing: 2px;
  flex-shrink: 0;
}
.product__contact__section_link:hover {
  text-decoration: underline;
}
.product__contact__section_text {
  font-size: 13px;
  color: #333333;
  letter-spacing: 2px;
}

@media (min-width: 750px) {
  .product__contact__section_text {
    font-size: 15px;
  }
  .product__contact__section_link {
    font-size: 16px;
  }
}