.container-links {
  background-color: #ffff;
  padding-bottom: 2.6875rem;
}

.card-links {
  width: 100%;
  float: left;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  background-color: #fbfbfb;
  margin-bottom: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 140px;
  align-items: center;
  flex-direction: row;
  vertical-align: middle;
  justify-content: center;
  padding: 5px;
}

.card-links svg .img-svg path {
  width: 41.2px;
  height: 50px;
  object-fit: contain;
}

.card-links p.title-links {
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.14;
  color: #65727E;
  padding-top: 5px;
}

a:hover .card-links {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}
