/*****************************/
/*FOOTER*/
/*****************************/
.section-education {
  margin-top: 4.8rem;
}

.grid--5--cols {
  row-gap: 2rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.footer {
  border-top: 1px solid #c5f6fa;
  text-align: center;
}
.footer-icon {
  /* fill: #333; */
  height: 4.8rem;
  width: 4.8rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}
.footer-link:hover,
.footer-link:active {
  color: #0b7285;
}

.copyrigth {
  font-size: 1.4rem;
  color: #767676;
  line-height: 1.6;
  grid-column: span 5;
}
