
@media (max-width:768px){
  html body section.trustpilotSection .trustpilotSectionInner{
    align-items:flex-start !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotContent{
    align-items:flex-start !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotCardActive{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotBrandLine,
  html body section.trustpilotSection .trustpilotRatingLine{
    width:100% !important;
    justify-content:flex-start !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotMetaLine{
    width:100% !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotText{
    width:100% !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotText h2,
  html body section.trustpilotSection .trustpilotText p{
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
  }

  html body section.trustpilotSection .trustpilotActions{
    justify-content:flex-start !important;
  }
}
