.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.banner > div {
  width: 100%;
  max-width: var(--main-width);
  display: flex;
  gap: 2rem;
}
.banner > div > div:first-of-type {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--black);
}
.banner > div > div:first-of-type > p:nth-of-type(2) {
  font-size: 2rem;
}
@media screen and (width <= 767px) {
  .banner > div {
    flex-direction: column;
    gap: 0;
  }
  .banner > div > div:first-of-type > p:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .banner > div > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
  }
}
.story {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.story > div {
  width: 100%;
  max-width: var(--main-width);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.story > div > p:first-of-type {
  color: var(--black);
  font-size: 1rem;
}
.story > div > p:last-of-type {
  color: var(--black);
  font-size: 0.8rem;
}
.print {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.print > div {
  width: 100%;
  max-width: var(--main-width);
  display: flex;
  background: linear-gradient(
    65.39deg,
    #ed1d75 1.79%,
    #ee276b 22.45%,
    #ef3851 66.84%,
    #ef4136 98.57%
  );
  border-radius: 1rem;
  gap: 2rem;
  height: fit-content;
}
@media screen and (width <= 1200px) {
  .print > div {
    flex-direction: column;
  }
  .print > div > div:nth-of-type(2) {
    padding: 0 1rem 2rem;
  }
}
.print > div > div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  flex-shrink: 0;
}
.print > div > div:first-of-type > img {
  width: 100%;
  height: auto;
}
.print > div > div:nth-of-type(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.print > div > div:nth-of-type(2) > p {
  font-size: 2.6rem;
  color: var(--white);
  max-width: 650px;
  line-height: 1.2;
}
@media screen and (width <= 1200px) {
  .print > div > div:nth-of-type(2) > p {
    font-size: 1.5rem;
    max-width: 450px;
  }
}
.print > div > div:nth-of-type(2) > a {
  background-color: var(--white);
  width: 200px;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 0.3rem;
}
.brands {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.brands > div {
  width: 100%;
  max-width: var(--main-width);
  display: flex;
  background-color: var(--white);
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: auto clip;
}
.brands > div::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.brands > div > img {
  object-fit: contain;
  object-position: center;
  height: 60px;
}
@media screen and (width <= 767px) {
  .brands > div {
    max-width: unset;
    justify-content: flex-start;
    padding: 0 1rem;
  }
}
.review {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.review > div {
  width: var(--main-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review > div > h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black);
}
.review > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: space-between;
}
.review > div > div > div {
  width: calc(24% - 10px);
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
}
.review > div > div > div > div:nth-of-type(3) {
  font-size: 0.65rem;
  color: var(--text-1);
  line-height: 1.3;
  flex: 1;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 82px;
  transition: all 0.3s;
}
.review > div > div > div > p {
  display: none;
  margin: 0;
  text-align: right;
  font-size: 0.8rem;
  font-weight: 500;
}
.review > div > div > div > p.active {
  display: block;
}
.review > div > div > div > p > button {
  font-size: 0.8rem;
  color: var(--red);
  background-color: transparent;
  border: none;
}
.review > div > div > div > div:nth-of-type(1) {
  line-height: 1.1;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.review > div > div > div > div:nth-of-type(1) > div {
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  font-weight: 500;
  color: var(--black);
}
.review > div > div > div > div:nth-of-type(1) > div > span:last-of-type {
  color: var(--text-1);
}
.see-more-review {
  align-self: center;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
  padding: 0.5rem 1.5rem;
  border-radius: 0.3rem;
  margin-top: 2rem;
}
@media screen and (width <= 1000px) {
  .review > div > div > div {
    width: calc(32% - 10px);
  }
}
@media screen and (width <= 767px) {
  .review > div > div {
    gap: 0.5rem;
  }
  .review > div > div > div {
    width: calc(50% - 6px);
    padding: 0.5rem;
  }
}
