
#page-coffee-drinks .coffee-gallery-product-title{
  margin:0 0 12px;
  font-size:clamp(20px,2.1vw,30px);
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.02em;
  color:#171717;
}
@media (max-width:767px){
  #page-coffee-drinks .coffee-gallery-product-title{
    margin-bottom:10px;
    font-size:22px;
  }
}
