.mensaje-bienvenida {
  display: flex;
  justify-content: center;
  margin-block-start: 80px;
  flex-direction: column;
  align-items: center;
}

.mensaje-bienvenida h1 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #0E465A;
}

.mensaje-bienvenida p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
} 

.cuerpo-tarjeta{
  width: 100%;
  min-height: 320px;
  max-height: 355px;
  top: 394.11px;
  background: #FFFFFF;
  box-shadow: 0px 4px 36px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.cuerpo-tarjeta:hover { 
  border: 2px solid #F0CC00; 
  padding: 1.25rem;
}

.py_4em{
  padding-bottom: 40px;
}

