.parrafo {
  width: 70%;
  margin: 20px;
  color: #000;
  text-align: justify;
}

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

.secciones {
  margin: 60px 0px;
  display: flex;
  flex-direction: column;
  border: 1px solid #00416b;
  align-items: center;
  justify-content: center;
  width: 80%;
  border-radius: 150px;
}

.container-secciones img {
  margin-bottom: 15px;
  width: 50px;
  justify-content: center!important;
}

.container-secciones :hover {
  background-color: #4c86a0;
}
*/ .secciones p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.secciones a {
  text-decoration: none;
  color: #000;
}

.texto {
  text-align: center
}