@media only screen and (max-width: 1180px) {
  body {
    font-size: 14px;
  }

  header {
    padding: 32px;
  }

  button {
    margin-right: 24px;
    padding: 10px 16px;
    font-size: 20px;
  }

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

  .btn-menu {
    width: 32px;
    height: 32px;
  }

  .btn-menu span {
    height: 4px;
    border-radius: 12px;
  }

  .btn-menu span:before,
  .btn-menu span:after {
    height: 4px;
  }

  .btn-menu span:before {
    top: -12px;
  }

  .btn-menu span:after {
    bottom: -12px;
  }

  .menu-wrapper {
    font-size: 24px;
  }

  .open-menu .menu-wrapper {
    width: 384px;
    height: 384px;
  }

  .menu {
    line-height: 40px;
  }

  .icon {
    height: 56px;
    width: 56px;
  }

  #home {
    font-size: 72px;
  }

  #me,
  #competencies,
  #cv,
  #extras,
  #work,
  #contact {
    padding: 72px 120px;
  }

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

  #me .personal-img {
    margin-right: 56px;
  }

  #competencies h2,
  #cv h2,
  #extras h2 {
    font-size: 28px;
  }

  #competencies h3 {
    font-size: 20px;
  }

  #competencies .skill {
    margin: 0 20px 20px 0;
  }

  #cv,
  #extras {
    gap: 40px;
  }

  #cv .card {
    margin-bottom: 16px;
  }

  #cv .card .name {
    font-size: 20px;
  }

  #languages {
    margin-right: 32px;
    gap: 24px;
  }

  #languages > div {
    padding: 6px 14px;
  }

  #interests > img {
    margin-right: 14px;
  }

  #projects {
    grid-template-columns: 1fr 1fr;
  }

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

  #modal .modal-header {
    height: 264px;
  }

  #skills {
    margin-top: 18px;
  }

  #modal .modal-footer {
    margin: 14px 0;
  }

  #modal .modal-footer button {
    padding: 8px 14px;
    font-size: 16px;
  }

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