@media screen and (max-width: 700px) {
  .testimonial {
    width: 400px !important;
    height: 534px !important;
  }

  .image-links .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .image-links a {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  footer .links * {
    font-size: 10px;
    line-height: normal !important;
  }

  .projects-grid h2 {
    width: 90%;
    text-align: center;
    line-height: 50px;
  }
}

@media screen and (max-width: 480px) {
  #burger {
    right: 15px;
  }

  .slick-arrow {
    display: none;
  }

  .testimonial {
    width: 300px !important;
  }

  .testimonial .text p {
    margin-inline: 21px;
    margin-top: 0px;
    text-align: center;
    font-size: 12px;
  }

  .testimonial {
    height: 445px !important;
  }

  .slick-arrow.next {
    right: calc(50% - 190px);
  }

  .slick-arrow.prev {
    left: calc(50% - 190px);
  }
}

@media screen and (max-width: 400px) {
  .burger-menu .main-nav {
    position: absolute;
    top: 70%;
    left: 10%;
    transform: translate(0%, -50%);
    height: 75%;
  }

  .slick-arrow.next {
    right: calc(50% - 170px);
  }

  .slick-arrow.prev {
    left: calc(50% - 170px);
  }
}

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