.no_border_bottom .row .list-content img {
  border-bottom: none;
}


.quick_link .row .list-content p {
  font-size: 1.5rem;
  display: table;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid gainsboro;
  color: #000;
}
.quick_link .row .list-content img {
  max-width: 200px;
  transform: scale(0.9);
  transition: all 0.5s ease;
}
.quick_link .row .list-content img:hover {
  transform: scale(1.0);
}
