#VAC ul{
  text-align: left;
}

@media (max-width:700px){
  .card{
    width:45%;
  }
}
@media (min-width:701px) and (max-width:1200px){
  .card{
    width:30%;
  }
}
@media (min-width:1201px){
  .card{
    width:23%;
  }
}
.card{
  background-color: black;
  margin:5px auto;
  border:2px solid white;
  padding:0px;
}
.card-body{
  text-align: center;
}
.card-img-top{
  aspect-ratio: 16/9;
}
.card-title{
  color:#138c00;
  filter:brightness(200%)
}
.list-group-item{
  background-color: black;
  color:white;
}
.vac_logo{
  height:30px;
  aspect-ratio: 1/1;
  margin:5px;
  padding:0;
}