@media (max-width: 1000px) {
  .container {
    width: 100%;
  }

  .home .cards {
    grid-gap: 50px;
  }

  .home .card .title {
    font-size: 200%;
  }
}

@media (max-width: 768px) {
  .no-scroll {
    overflow: hidden;
  }

  .container {
    padding: 0 30px;
  }

  .navigation.active {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }

  .heading {
    font-size: 350%;
  }

  .home .cards {
    grid-template-columns: none;
    padding: 80px 0 100px;
  }

  .work .jumbotron {
    min-height: 350px;
  }

  .work .jumbotron .title {
    font-size: 300%;
  }

  .work .jumbotron .subtitle {
    font-size: 112.5%;
  }

  .work section .heading {
    font-size: 175%;
    margin: 60px 0 30px;
  }

  .work section .info {
    font-size: 112.5%;
  }

  .work section figure {
    margin: 60px 0;
  }

  .about section figure img {
    width: 100%;
  }

  .work section figcaption {
    font-size: 112.5%;
  }

  .work .categories {
    grid-template-columns: none;
  }

  .work .category h3 {
    font-size: 130%;
  }

  .work .category ul li {
    font-size: 112.5%;
  }

  footer {
    min-height: 350px;
  }

  footer .heading {
    font-size: 300%;
  }

  footer .email {
    font-size: 175%;
  }

  .two,
  .three,
  .four {
    grid-template-columns: none;
    grid-gap: 60px;
  }

  .swiper {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .heading {
    margin-top: 120px;
    font-size: 237.5%;
  }

  .work .jumbotron .title {
    font-size: 225%;
  }

  .work .jumbotron .subtitle {
    font-size: 112.5%;
  }

  footer .heading {
    font-size: 225%;
  }
}
