@media screen and (max-width: 768px) {
  .home .banner .logo {
    display: none;
  }

  .home .showreel .border {
    display: none;
  }

  .showreel .text {
    width: 90%;
  }

  .home .reviews .review {
    width: 100%;
  }

  .home .services .service {
    width: 100%;
  }

  .showreel .wrapper {
    padding-block: 50px;
  }

  .home .banner .text {
    width: 100%;
  }

  .banner-image {
    height: 300px;
  }

  footer .legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  .home .news .slick-arrow.left {
    left: 15px;
  }

  .home .news .article img {
    width: 356px;
    height: auto;
  }

  .archive-text .text {
    width: 90%;
  }

  .slick-arrow {
    width: 15px;
  }

  .home .news .slick-arrow {
    top: 74%;
  }
}

@media screen and (max-width: 480px) {
  header .logo img {
    width: 200px;
  }

  #burger {
    top: 12px;
    right: 20px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }

  .whats-new .articles {
    gap: 0px;
  }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-height: 800px) {
  .burger-menu.open .main-nav ul {
    gap: 50px;
  }

  .burger-menu.open .contact-details {
    bottom: 100px;
  }
}

@media screen and (max-height: 700px) {
  .burger-menu.open .main-nav ul {
    gap: 25px;
  }
}