@media (min-width: 300px) {
  .feature-box {
    padding: 15px 15px 15px 15px;
  }
}

p {
}

.card {
  max-width: 400px;
}

.List-Item {
  list-style: none;
  padding: 2px;
  width: 50%;
}

.title {
  padding: 0 20px;
}

#visit_list .card-img-top {
  width: 100%;
  height: 10vw;
  object-fit: cover;
}

.footer-copyright {
}

a:link {
  text-decoration: none;
  color: #3b99e0;
}

.list-group-item {
  border: none;
}

.List-Item {
  list-style: none;
  padding: 2px;
  width: 50%;
}

.List-Item-Image {
  max-width: 40px;
}

.List-Item-Title {
  margin-left: 10px;
}

.List-Item:hover {
  font-weight: bold;
  /*padding: 10px;*/
  /*background: rgba(70,163,230,0.2);*/
}

