﻿/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
.review-google {
  margin-left: auto;
  padding: 7px 12px 1px;
}

@media (max-width: 600px) {
  .testimonials-component .reviews .review-duo {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-self: center;
  }
  .testimonials-component .reviews .review-google {
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonials-component .reviews .review-tripadvisor {
    justify-self: center;
  }
  .testimonials-component .reviews .divider {
    display: none;
  }
}
