.header .title {
  font-size: 140px;
}
.header .subtitle {
  font-size: 60px;
}

.aboutMe .descriptionWrapper {
  max-width: none;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: stretch;
  margin: auto;
}
.aboutMe .descriptionWrapper .paragraphsWrapper {
  position: relative;
  max-width: 740px;
  padding: 20px;
}
.aboutMe .descriptionWrapper .paragraphsWrapper .hero-shadow {
  display: block;
  background-color: rgba(19, 45, 83, 0.3);
  left: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  animation-delay: 0.4s;
  opacity: 0;
}
.aboutMe .descriptionWrapper .paragraphsWrapper .animate__slideInDown {
  opacity: 1;
}
.aboutMe .descriptionWrapper .paragraphsWrapper .personalTitle {
  font-size: 34px;
}

.softSkills, .certs {
  max-width: none;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 0px;
}
.softSkills .skill, .certs .skill {
  padding: 100px 0;
  margin: 0;
  transition: 0.3s;
}
.softSkills .analytical, .certs .analytical {
  animation-delay: 0.1s;
}
.softSkills .teamwork, .certs .teamwork {
  animation-delay: 0.5s;
}
.softSkills .pessimism, .certs .pessimism {
  animation-delay: 0.9s;
}
.softSkills .skillDescription:hover, .certs .skillDescription:hover {
  transform: scale(1.3);
}

.certs .certContainer {
  padding: 100px 0;
}

.footer .wrapper {
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: stretch;
}/*# sourceMappingURL=vbig.css.map */