@media (max-width: 1270px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 90%;
    padding: 0 20px;
  }

  header {
    padding: 30px 0;
    position: relative;
  }
}

@media (max-width: 768px) {
  .menu a {
    font-size: 16px;
  }

  .section-title-size {
    font-size: 32px;
  }

  .section-subtitle-size {
    font-size: 18px;
  }

  section.what-i-do .right {
    display: none;
  }

  section.what-i-do .left .what-i-do-text {
    width: 100%;
  }
}
