.fit-cover {
  object-fit: cover;
}

a {
  color: var(--bs-warning)!important;
}

.testimonials.pb-mb-5.photo-gallery img {
  object-fit: fill;
}

.photo-gallery .col-item {
  width: 100%;
  height: 100%;
}

.photo-gallery .item img {
  width: 300px;
  height: 300px;
  margin: 10px;
}

