.layout__basic {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  .layout__basic {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .layout__basic {
    padding: 0 24px;
  }
}

.slide__title {
  font-size: 2.5rem;
  font-weight: 900;
  padding-top: 1rem;
  padding-bottom: 3.125rem;
  color: #4d4d4d;

}

.slide__content {
  font-weight: 550;
  color: #4d4d4d;
  line-height: 30px;
}


.slide__arrow {
  margin-top: 10px;
}

@media screen and (max-width: 1440px) {
  .slide__title {
    font-size: 2rem;
  }

  .slide__content {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1024px) {
  .slide__arrow {
    margin-top: 10px;
    margin-bottom: -5rem;
  }
}

@media screen and (max-width: 768px) {
  .slide__title {
    font-size: 1.875rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }

  .slide__content {
    font-size: 0.875rem;
    line-height: 25px;
    margin-bottom: 23%;
  }
}

.slide__shop {
  text-align: center;
}

.slide__shop img {
  width: 100%;
}

.slide__shop__title {
  color: #4d4d4d;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}

.slide__shop__price {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}

.slide__shop__desc {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
}

.slide__shop__gram {
  color: #999999;
  font-size: 0.75rem;
  font-weight: 700;
}

.slide__shop__cart {
  color: #808080;
  font-weight: 700;
  border: 1px solid rgba(128, 128, 128, 0.1);
  padding: 10px 70px;
  margin-top: 1.75rem;
  transition: all 0.5s;
}

.slide__shop__cart:hover {
  background: #808080;
  color: rgba(255, 255, 255, 0.7);
}