/* Extra small devices */
@media (max-width: 480px) {
  .bg-accent {
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fitness-content {
    padding: 2rem;
  }

  .testimonial-text {
    margin-top: 50px;
    row-gap: 50px;

  }

  .wow {
    grid-column: span 5;
  }

  .carousel-landmark {
    grid-column: span 5;
  }
}

/* Small devices */
@media (min-width: 481px) and (max-width: 768px) {
  .bg-accent {
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fitness-content {
    padding: 2rem;
  }

  .testimonial-text {
    margin-top: 50px;
    row-gap: 50px;

  }

  .wow {
    grid-column: span 5;
  }

  .carousel-landmark {
    grid-column: span 5;
  }
}

/* Medium devices */
@media (min-width: 769px) and (max-width: 1024px) {}

/* Large devices */
@media (min-width: 1025px) and (max-width: 1200px) {}

/* Extra large devices */
@media (min-width: 1201px) and (max-width: 1440px) {}

/* Ultra wide devices */
@media (min-width: 1441px) and (max-width: 1920px) {}

/* 4K screens and above */
@media (min-width: 1921px) {}