/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 h2.product-description-short{
    font-size: 18px;
    line-height: 27px;
    font-family: Gotham, sans-serif;
 }

 @media (max-width: 576px) {
   .carousel .carousel-item .caption .caption-description p.mb-md.hidden-xs{
      display:none;
   }
   .carousel .carousel-item .caption *{
      text-align:center;
   }
 }