.banner-where-to-buy {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 536px;
  justify-content: center;
  text-align: center;
  position: relative; }
  .banner-where-to-buy h1 {
    color: #fff;
    font-size: 80px; }

.widget-find {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }

.find-stores {
  padding: 50px 0; }
  .find-stores h2 {
    color: #fff;
    font-size: 60px;
    text-align: center; }
  .find-stores .ps-button-label {
    color: #001641; }

.trending-recipes {
  padding: 62px 0; }
  .trending-recipes h2 {
    color: #001641;
    font-size: 45px;
    text-align: center; }
  .trending-recipes button {
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    margin: 80px auto 0;
    padding: 15px 100px; }

@media (max-width: 1200px) {
  .banner-where-to-buy {
    height: 448px; }
    .banner-where-to-buy h1 {
      font-size: 40px; }
  .find-stores h2 {
    font-size: 35px; }
  .trending-recipes {
    padding: 60px 0 20px; }
    .trending-recipes h2 {
      font-size: 35px; }
    .trending-recipes .card p {
      font-size: 20px; }
  .more-products p {
    font-size: 16px; }
  .more-products .star-rating span {
    font-size: 12px; }
  .more-products .star-rating a {
    font-size: 9px; }
  .more-products h3 {
    font-size: 26px; } }

@media (max-width: 992px) {
  .banner-where-to-buy {
    height: 312px; }
  .find-stores h2 {
    font-size: 40px !important; }
  .trending-recipes {
    padding: 40px 0; }
    .trending-recipes button {
      font-size: 16px;
      margin: 15px auto 0;
      padding: 15px 60px; }
  .more-products {
    font-size: 23px; }
    .more-products h3 {
      font-size: 38px; }
    .more-products .star-rating span {
      font-size: 18px; }
    .more-products .star-rating a {
      font-size: 13px; } }

@media (max-width: 767px) {
  .banner-where-to-buy {
    height: 170px; }
    .banner-where-to-buy h1 {
      font-size: 30px; }
  .find-stores h2 {
    font-size: 26px !important;
    line-height: 1.6; }
  .trending-recipes {
    font-size: 25px !important; }
    .trending-recipes h2 {
      font-size: 25px !important;
      line-height: 1.6; } }
