/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#sec-testimonials {
  padding: 53px 0 70px; }
  #sec-testimonials .review-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #0000000D;
    padding: 40px 30px 37px 30px; }
    #sec-testimonials .review-card .google-icon {
      position: absolute;
      top: 18px;
      right: 14px;
      width: 39px;
      height: 39px; }
    #sec-testimonials .review-card .card-avatar {
      position: relative;
      width: 74px;
      height: 74px;
      margin-right: 25px; }
      #sec-testimonials .review-card .card-avatar picture,
      #sec-testimonials .review-card .card-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #sec-testimonials .review-card .card-title {
      margin: 0;
      font-family: "Open Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-size: 18px;
      text-transform: capitalize;
      letter-spacing: 0;
      font-weight: 700; }
    #sec-testimonials .review-card i {
      color: #FADF4A;
      margin-right: 5px;
      font-size: 22px; }
      #sec-testimonials .review-card i:last-of-type {
        margin-right: 0; }
    #sec-testimonials .review-card .card-body {
      flex: 1 1 auto;
      min-width: 0; }
      #sec-testimonials .review-card .card-body .duration {
        font-family: "Montserrat", "Open Sans", sans-serif;
        display: block;
        font-size: 14px;
        color: #1A3A6B;
        margin-bottom: 12px;
        margin-top: 22px;
        font-weight: bold; }
      #sec-testimonials .review-card .card-body .rating {
        display: flex;
        gap: 2px;
        margin-bottom: 28px; }
        #sec-testimonials .review-card .card-body .rating .star {
          width: 24px;
          height: 22px;
          fill: #E0E0E0; }
          #sec-testimonials .review-card .card-body .rating .star.is-filled {
            fill: #FADF4A; }
    @media screen and (min-width: 1025px) {
      #sec-testimonials .review-card .card-avatar {
        width: 84px;
        height: 84px; }
      #sec-testimonials .review-card .card-title {
        font-size: 22px; } }
  @media screen and (min-width: 1025px) {
    #sec-testimonials {
      padding: 53px 0 171px; } }

#sec-callout {
  overflow: hidden;
  padding: 80px 0 69px; }
  #sec-callout h2 {
    color: white;
    max-width: 896px; }
  #sec-callout .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1; }
    #sec-callout .bg-img picture,
    #sec-callout .bg-img img {
      max-width: 100% !important;
      width: 100% !important;
      height: 100% !important;
      max-height: 100% !important;
      object-fit: cover; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      padding: 131px 0 118px; } }
