.btn-close{
  color: white;
  background-color: white;
}

.btn-info{
  background-color: #10422b;
  border-radius: 20px;
  border: solid #10422b;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.btn-info:hover{
  background-color: #268156;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.swiper-pagination-bullet-active {
  background-color: #fcfcfc !important;
}