@media (max-width: 575.98px) {
  .custom-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .arrows {
    right: 2.5%;
  }

  .virtual__menu {
    width: 90%;
    height: 100%;
    padding: 1.5rem 4.5rem;
  }
  .virtual__menu__close_btn {
    margin-bottom: 2rem;
  }
  .d-lg-none .virtual__menu__item:nth-child(1) {
    font-size: 20px;
  }
  .d-lg-none .virtual__menu__item:nth-child(2) {
    font-size: 20px;
  }
  .d-lg-none .virtual__menu__item:nth-child(3) {
    font-size: 20px;
  }

  .home {
    top: 10%;
  }
  .home__product__slogan__overflow-label {
    font-size: 16px;
  }
  .home__product__slogan__overflow {
    transform: translate(0rem, 175%);
  }
  .home__product__overflow-title {
    font-size: 5rem;
  }
  .home__product__details__overflow-btn {
    margin-left: 0rem;
  }

  .about-section-images {
    width: 350vw;
    transform: translate(-25%, 15%) rotate(22.5deg);
  }
  .about-section-images ul li img {
    width: 125px;
    height: 125px;
  }

  .models .content__section {
    margin-top: 25rem;
  }
  .models .content .content__details__overflow-btn {
    top: 60%;
    transform: translate(-50%, 0);
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 1400.98px) {
  .custom-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .virtual__menu {
    width: 40%;
    height: 100%;
  }

  .about-section-paragraph {
    font-size: 12px;
    font-weight: 100;
    color: #ccc;
  }
}