@media (max-width:767px) {
  #catalog .product-buy-panel__title {
    margin-top:10px !important;
    margin-bottom:8px !important;
    padding:0 4px;
    font-size:18px !important;
    line-height:1.25;
    text-align:center !important;
    overflow-wrap:break-word;
  }

  #catalog .product-rating-row {
    justify-content:center;
    margin-top:0 !important;
    margin-bottom:10px !important;
    text-align:center;
  }

  #catalog .product-rating-row a {
    font-size:12px;
  }

  #catalog .product-rating-row .fa-stack {
    width:16px;
    height:16px;
    font-size:16px;
  }

  #catalog .product-rating-row .fa-stack svg {
    width:14px;
    height:14px;
  }
}

@media (max-width:374px) {
  #catalog .product-buy-panel__title {
    font-size:17px !important;
  }
}
