@media (min-width: 768px) {
  h2.content-box-title {
    font-size: 2.4rem;
  }

  /* globals title and description section */

  .sec_title {
    font-size: 36px;
    line-height: 42px;
    max-width: 80%;
  }

  .sec_description {
    font-size: 14px;
    max-width: 80%;
  }

  .sec_title.sec_title-xl {
    font-size: 42px;
    line-height: 48px;
  }

  /* globals title and description section */

  /* start slider hero */

  #slider__mobile {
    display: none;
  }

  #slider__desktop {
    display: block;
  }
    

  .slick-arrow {
    height: 40px;
    width: 40px;
  }

  span.arrow-left {
    left: 20px;
  }

  span.arrow-right {
    right: 20px;
  }

  .slick-arrow {
    font-size: 4rem;
  }

  .slider__btn {
    font-size: 15px;
    padding: 1.2rem 5.2rem;
  }

  /* end slider hero */

  /* start cards */

  .container__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .art__card:nth-child(3n + 1) {
    grid-column: span 2;
  }

  .art__card:nth-child(7n + 1) .art__card--info {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    transform: translate(0%, -50%);
    max-width: 50%;
  }

  .art__card:nth-child(7n + 4) .art__card--info {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    max-width: 50%;
  }

  /* end cards */

  /* start customer */

  .customers__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* end customer */

  /* start footer */

  .footer__menus {
    gap: 1.2rem 2rem;
  }

  .footer__menus .footer__menu--sm {
    display: flex;
    justify-content: end;
  }

  /* end footer */
}

@media (min-width: 900px) {
  /* globals title and description section */

  .sec_title.sec_title-xl {
    font-size: 50px;
    line-height: 56px;
  }

  /* globals title and description section */
}

@media (min-width: 992px) {
  .content-box {
    padding: 24px;
  }

  /* start cards */

  .art__card::before {
    opacity: 0;
    background: #00000012;
    transition: all 0.4s ease;
  }

  .art__card:nth-child(5n + 2) .art__card--info h3,
  .art__card:nth-child(5n + 2) .art__card--info p {
    color: #fff;
    text-shadow: 0 2px 50px rgba(0, 0, 0, 0.6);
  }

  .art__card--info h3 {
    font-family: var(--primary-font);
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-shadow: 0 2px 50px rgba(0, 0, 0, 0.4);
  }

  .art__card--info p {
    font-size: 12px;
    color: #000;
    text-shadow: 0 2px 50px rgba(0, 0, 0, 0.4);
  }

  /* end cards */

  /* start footer */

  .footer__menus {
    grid-template-columns: repeat(3, 1fr);
  }

  .content-copy {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  /* end footer */
}
