
.reviews-title {
    font-size: 50px;
    font-family: 'Italianno', cursive;
  }
  
  .custom-review-image {
    text-align: left;
    padding-left: 28px;
    
   
  }
  
  .custom-review-image img {
    max-width: 80%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: inline-block;
  }
  
  .google-reviews-embed {
    margin-top: 50px;
  }

  @media screen and (max-width: 809px) {

    .custom-review-image {
        text-align: center;
    padding-right: 28px;
    
      }

      .custom-review-image img {
        max-width: 100%;
        height: auto;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        display: inline-block;
      }
  }
  