.img-container {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 1fr 1fr;
}
.img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.bg-dark {
  background-color: #000;
}

.google-reviews-card {
  background-color: rgb(34, 34, 34) !important;
  color: #fff;
}

.btn-primary {
  border: 1px solid transparent;
  transition: background 0.5s ease;
}

.google-review-sec-5 .fs-12 {
  font-size: 12px;
}

.google-review-sec-5 .text-blue {
  color: #635bff !important;
}

.google-review-sec-5 .grid-widgets {
  padding: 2rem 0rem;
}

.google-review-sec-5 .grid-widgets .logo-google {
  height: 32px;
}

.google-review-sec-5 .google-reviews-card {
  min-height: 225px;
}

.google-review-sec-5 .google-reviews-card.two {
  min-height: auto;
}

.google-review-sec-5 .google-reviews-card .google-icon {
  width: 90px;
}

.google-review-sec-5 .google-reviews-card .user-avator {
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.google-review-sec-5 .google-reviews-card .user-avator img {
  -o-object-fit: cover;
  object-fit: cover;
}

.google-review-sec-5 .google-reviews-card .sm-google-icon {
  width: 24px;
  position: absolute;
  top: 24px;
  left: 20px;
}

.google-review-sec-5 .google-reviews-card .verify {
  width: 14px;
}

.google-review-sec-5 .google-reviews-card .review-content p {
  position: relative;
  overflow: hidden;
  max-height: 69px;
  -webkit-font-smoothing: antialiased;
}

.google-review-sec-5 .grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.google-review-sec-5 .ai-summary p {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 1s forwards;
}

.google-review-sec-5 .ai-summary p:nth-child(1) {
  animation-delay: 0s;
}

.google-review-sec-5 .ai-summary p:nth-child(2) {
  animation-delay: 0.5s;
}

.google-review-sec-5 .ai-summary p:nth-child(3) {
  animation-delay: 1s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
} /*# sourceMappingURL=google-reviewDesign5.css.map */