.contenido-card3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 390px; 
  padding: 15px;
  text-align: center;
}

.contenido-card3 .text-2005{
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 10px;
}

.contenido-card3 boton-card-raro {
  align-self: center;
  margin-top: auto;
  padding: 10px;
  text-decoration: none;
  color: #a32638;
  border: 1px solid #2fb4cc;
  border-radius: 4px;
  transition: all 400ms ease;
}

.contenido-card3 boton-card-raro:hover {
  background: #a32638;
  color: #fff;
}
.contenido-card2{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:210px; 
  padding: 15px;
  text-align: center;
}