.testimonial-title-wrapper {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: auto;
  gap: 2rem;
}
.testimonial-section-subtitle{
  font-size: 2.5rem;
  line-height: 110%;
  text-align: center;
}
.third_section-google-reviews-wrapper {
margin-top: 1.75rem;
padding-bottom: 1rem;
display: flex;
gap: 2rem;
overflow-x: auto;

}
.testimonial-author-wrapper {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: absolute;
  bottom: 1.5rem;
}
.review {
    min-width: 16rem;
    max-height: 18.5rem;
    border-radius: 1.875rem;
    background: #f2f3f5;
    padding: 1rem;
    position: relative;

}
.testimonial-text {
    color: #000;
font-family: "Raleway", sans-serif;
    font-size: .8rem;
    font-weight: 500;
    line-height: 19px;
p{
  margin-top: 0.25rem;
}
  }

@media(max-width:31rem) {
  .third_section{
    padding: 1rem;
    
  }
  #avaliacoes-img{
    width: 100%;
  }
}
@media(min-width:768px){
  .third_section-google-reviews-wrapper{
    flex-wrap: wrap;
    justify-content: center;
    max-width: 60rem;
    margin: 0 auto;
    padding: 1.5rem;
    overflow-y: hidden;
  }
}