footer {
  background-color: rgb(139, 9, 9);
  color: white;
}

.social i {
  font-size: 24pt;
  padding: 0 10px;
}

.carousel img {
  object-fit: cover;
}

.card-img-top {
  object-fit: cover;
  width: auto;
  height: 300px;
}

div#slides img {
  height: 70vh;
}

@media (max-width: 1024px) {
  .card-img-top {
    height: 350px;
  }
div#slides img {
  height: 50vh;
}
}

.card-body {
  height: 200px;
}

div#testimonials {
  .carousel-item .container {
    height: 300px;
  }
}

.oz {
  background-color: rgba(236,151,25,1);
  h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: San-serif;
  }
}

/* cards */
.info-card {
  border-radius: 20px;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.info-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

