.cover-section {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url("../images/pexels-kellie-churchman-371878-1001682.webp");
  background-size: cover;
  background-position: center;
}

.card-testimonial {
  max-width: 24rem;
}

.card-testimonial img {
  width: 12rem;
  height: 12rem;
}

.destinations-section {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url("../images/pexels-fabianwiktor-994605.webp");
  background-size: cover;
  background-position: center;
  min-height: 32rem;
}
