@charset "utf-8";

.title-box { background-color: rgb(48, 106, 80); border-radius: 10px; position: relative; left: -8px; padding: 10px; }

.title-box h2 { font-family: HelveticaNeue; }

@media only screen and (max-width: 766px) {
  .title-box { background-color: unset; }
  .title-box h2 { font-size: 9vw; color: rgb(0, 0, 0) !important; }
  .custom-pdp-block legend { width: 100%; height: auto; padding-bottom: 5px; }
  .custom-pdp-block { margin-top: 20px !important; margin-bottom: 20px !important; }
}

@media only screen and (min-width: 990px) and (max-width: 1719px) {
  .title-box { left: unset; }
}