@media (min-width:425.98px)and(max-width: 768px) {
    .flex img {
        margin: 10px;
        align-self: center;
        width: 50px;
      }

      .google-reviews-section img{
        width: 200px;
      }
      .footer-social-media-icon{
width: 10px;
      }
  }

  @media (max-width: 425.97px) {
    .flex img {
        margin: 10px;
        align-self: center;
        width: 50px;
      }

      .google-reviews-section img{
        width: 200px;
      }
      .footer-social-media-icon{
width: 10px;
      }

      .title-brand {
        /* max-width: 447px; */
        margin: 0 auto;
        position: relative;
        text-align: center;
        color: #FFFFFF;
        display: block;
        font-size: 6px;
    }

    .google-reviews-section {
        display: flex
    ;
        flex-direction: column;
    }

    .presentation-subtitle {
        font-size: 1.2em;
        color: #FFFFFF;
    }

    .about-home-left {
        margin: 26px 10px;
    }

    .service-home-h {
        padding: 26px 10px;
    }

    .product-home-h {
        padding: 26px 10px 26px 10px;
    }

    .testimonials-home-h {
        padding: 26px 10px 26px 10px;
    }

    .faq-home-h {
        padding: 26px 10px 26px 10px;
    }

    .faq-title-home-h {
        padding-top: 28px;
    }
    .service-home-h h2 {
        font-size: 29px;
    }
    .about-home-left h2 {
        font-size: 29px;
    }
    .product-home-h h2 {
        font-size: 29px;
    }
    .testimonials-home-h h2 {
        font-size: 29px;
    }
    .faq-home-h h2 {
        font-size: 29px;
    }
    
  }