@media (max-width: 768px) {
  #title div {
    background-image: url('../../../assets/img/img-title-m-bg.png') !important;
    aspect-ratio: 768 / 177 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
  }
}

#view-all::before {
  background-image: url("../../../assets/img/main/review/img-review-all-n.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#view-all::after {
  background-image: url('../../../assets/img/main/review/img-review-all-h.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#view-basic::before {
  background-image: url("../../../assets/img/main/review/img-review-basic-h.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#view-basic::after {
  background-image: url('../../../assets/img/main/review/img-review-basic-n.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#view-portfolio::before {
  background-image: url("../../../assets/img/main/review/img-review-portfolio-n.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#view-portfolio::after {
  background-image: url('../../../assets/img/main/review/img-review-portfolio-h.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.review-sati {
  word-break: keep-all;
}

