
.bg-gray {
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .card-details-text {
    margin-top: 15px;
  }
  .p-5 {
    padding: 1rem!important;
  }
}

.banner-bg {
  background-image: url("/assets/img/bac.png");
  background-size: contain;
}

.vision-button button {
  font-size: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
}

.visit-count button {
  border: 2px solid #000;
}

li {
  list-style-type: none;
  line-height: 35px;
}
