@media only screen and (max-width: 820px) {
  button {
    font-size: 18px;
    border-radius: 8px;
  }

  .menu-circle {
    height: 80px;
    width: 80px;
  }

  .links a {
    margin-right: 16px;
  }

  #home {
    font-size: 56px;
  }

  #me,
  #competencies,
  #cv,
  #extras,
  #work,
  #contact {
    padding: 64px 80px;
  }

  #triangleMe,
  #triangleCompetencies,
  #triangleCV,
  #dividerTop,
  #dividerBottom,
  .divider {
    height: 32px;
  }

  #me > div {
    flex-direction: column;
  }

  #me .personal-img {
    margin-right: 0;
    margin-bottom: 32px;
  }

  #competencies .skill {
    margin: 0 16px 16px 0;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
  }

  #techWrapper {
    margin-bottom: 40px;
  }

  #cv,
  #extras {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  #projects {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  #projects .project .name {
    font-size: 26px;
  }

  #projects .project .position {
    font-size: 16px;
  }

  #projects .project .more {
    margin-top: 24px;
    padding: 10px 16px;
  }

  #modal .modal-content {
    width: 80%;
  }

  #modal .skill {
    background-color: var(--ci-secondary);
    margin: 14px 14px 0 0;
    padding: 10px 12px;
  }

  #footer {
    padding-left: 96px;
  }
}
