.convenios__header {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  margin-bottom: 15px;
}

.card-convenios {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.card-convenios img {
  max-width: 100px;
}

.card-convenios__text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  color: #4b4b4b;
  cursor: pointer;
}

.card-convenios__text:hover {
  text-decoration: none;
  color: #4b4b4b;
}

