.flex {
  display:flex;
}

.format {
  width:80%;
  margin:0 auto;
  margin-top:2rem;
  justify-content:space-between;
  text-align:center;
  flex-wrap:wrap;
}

.format div:not(.hvr-sweep-to-right) {
  border:1px solid lightgrey;
  border-top-right-radius:20px;
  border-top-left-radius:20px;
/*   margin-bottom:2rem; */
  width:250px;
}

.adoptiondiv {
  margin-bottom:2rem;
}

.format div img {
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  max-width:250px;
  min-width:250px;
  max-height:200px;
  min-height:200px; 
  display:block;
}

.fa-map-marker-alt {
  color:#e25555;
}