.container-two {
  width: 60%;
  display: grid;
  background-color: #fff;
  grid-template-columns: 33.33% 33.33% 33.33%;
  justify-items: center;
}

.container-two :hover {
  background-color: #4c86a0;
}
.seccion-paq {
  display: flex;
  gap: 200px;
  padding: 40px;
  justify-content: center;
  text-decoration: none;
}
.informacion h5 {
  padding-top: 10px;
  color: #00416b; 
  font-weight: 700 !important;
  text-decoration: none;
}

p {
  text-align: justify;
  text-decoration: none;
}

.texto {
  justify-content: right;
  text-decoration: none;
}


.informacion img {
  width: 100px;
}

.row {
  padding: 40px;
  justify-content: space-around;
  transition: all 400ms ease !important;
}

.card:hover {
  transform: translateY(-3%);
}

button {
  width: 100px;
  border-radius: 100px !important;
  background-color: #00416b;
  border: 20px !important;
  padding: 5px;
  text-align: center;
  color: #fff;
  margin: 20px 15px;
}

button:hover {
  background-color: #4c86a0;
}
