.google-reviews-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #192033;
    padding: 50px 20px;
    color: #fff;
    max-width: 1600px;
    margin: auto;
    align-items: center;
}

.google-reviews-left {
    flex: 0 0 280px;
    text-align: center;
    margin-right: 50px;
}

.google-reviews-left h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.google-reviews-left .stars {
    font-size: 26px;
    color: #fbbc04;
    margin-bottom: 10px;
}

.google-reviews-left .review-count {
    font-size: 16px;
    margin-bottom: 15px;
}

.google-reviews-left .review-count a {
  font-weight: 600;
  color: #fff !important;
}

.google-reviews-left .review-count a:hover {
  color: #ebebeb !important;
}

.google-reviews-left img {
    width: 140px;
    display: block;
    margin: 0 auto;
}

.google-reviews-right {
    flex: 1;
    min-width: 0;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.review-card {
    background: #fff;
    color: #000;
    padding: 25px 20px;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
    flex: 1;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    flex: 1;
    margin-left: 15px;
}

.author {
    font-weight: bold;
    font-size: 16px;
    /*margin-bottom: 5px;*/
	line-height: 22px;
}

.date {
    font-size: 14px;
    color: #555;
}

.google-icon img {
    width: 24px;
    height: 24px;
}

.stars {
    color: #fbbc04;
    font-size: 22px;
    margin-bottom: 15px;
}

.verified-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.text {
    font-size: 14px;
    line-height: 1.5;
}
