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

  .header__top--follow {
    display: inline-flex;
  }

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

  span.arrow-left {
    left: 20px;
    padding-right: 4px;
  }

  span.arrow-right {
    right: 20px;
    padding-left: 4px;
  }

  .slick-arrow {
    font-size: 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%;
  }
  /* globals title and description section */

  .slider__contain {
    max-width: 80%;
    margin: 0 auto;
    gap: 1.2rem;
  }

  .slider__contain h1 {
    font-size: 20px;
  }

  .slider__contain h1 > span {
    font-size: 52px;
    line-height: 58px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  .slider__btn {
    font-size: 16px;
  }

  .footer__menus {
    gap: 1.2rem 2rem;
    grid-template-columns: 38rem 14rem minmax(18rem, 21rem);
  }

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

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

@media (min-width: 900px) {

  /* start about */

  .art_about {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0rem;
  }

  .art_about-info h4 {
    padding: 1.2rem 0;
  }

  .art_about-info p {
    font-size: 14px;
  }

  /* end about */
}

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

  /* Start News */

  .art_new {
    gap: 2rem;
  }

  .art_new h3 {
    font-size: 24px;
  }

  .art_new p {
    font-size: 14px;
  }

  .art_new button {
    font-size: 16px;
    border-radius: 12px;
  }

  /* End News */

  .footer__menus {
    grid-template-columns: 38rem 14rem minmax(18rem, 21rem) 16rem;
  }

  .footer__menu-subscribe .F2_item_6 {
    top: 5px;
  }
}
