#categories > div {
  background-color: none;
  border-color: grey !important;
  color: grey;
}

#categories > div:hover {
  color: #fff;
  border-color: grey;
  background-color: white;
  color: grey;
}

.img-carousel {
  border-radius: 15px !important;
  object-fit: cover;
}

#pages > div {
  font-weight: 500;
  font-size: 1.2rem;
}

.carousel-title {
  font-size: 2.3rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

.carousel-description {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: grey;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: start;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-circle,
.carousel-control-next-circle {
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0070B3;
  font-size: 2rem;
}

.btn-green {
  color: #fff !important;
  background-color: #444444;
  border-color: #222222 !important;
}

.btn-green:hover {
  background-color: #555555;
  border-color: #222222 !important;
}

#pages > div a {
  color: grey;
}

@media (max-width: 480px) {
  #pages > div {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid grey;
  }

  #pages > div > i {
    margin-left: 5px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    align-items: flex-start;
    width: 30%;
  }
  .carousel-control-prev-circle,
  .carousel-control-next-circle {
    margin: 0px 5px;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.2rem;
    font-size: 0.9rem;
  }

  .img-carousel {
    border-radius: 0px !important;
  }
}
