
@media screen and (max-width: 576px)  {
  .product-detail-tile .heading {
    font-size: 1.8rem;
}
.news-tile .news-overview .news-title {
    font-size: 1.6rem;
}
}

@media (max-width: 767px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-tile .news-overview .news-title {
    font-size: 1.5rem;
}  
}

@media (min-width: 992px) and (max-width: 1199px) {
      .product-detail-tile .heading {
    font-size: 2.0rem;
}
.news-tile .news-overview .news-title {
    font-size: 1.8rem;
}
}

@media (min-width: 1200px) {
        .product-detail-tile .heading {
    font-size: 2.0rem;
}  
.news-tile .news-overview .news-title {
    font-size: 1.6rem;
}
}