.reviews-component[data-v-3f18f9d2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 140px 30px;
}
@media only screen and (max-width: 1365px) {
.reviews-component[data-v-3f18f9d2] {
    padding: 50px 30px 30px;
}
}
@media only screen and (max-width: 767px) {
.reviews-component[data-v-3f18f9d2] {
    padding: 40px 30px 10px;
}
}
.reviews-component .review-item[data-v-3f18f9d2] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid rgb(var(--v-theme-primary));
  padding: 20px 40px 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item[data-v-3f18f9d2] {
    justify-content: center;
    padding: 25px;
    margin-bottom: 40px;
}
}
.reviews-component .review-item .icon-before[data-v-3f18f9d2],
.reviews-component .review-item .icon-after[data-v-3f18f9d2] {
  position: absolute;
  width: 100px;
  background: #fff;
  content: "";
  min-height: 10px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .icon-before[data-v-3f18f9d2],
  .reviews-component .review-item .icon-after[data-v-3f18f9d2] {
    width: 65px;
}
}
.reviews-component .review-item .icon-before img[data-v-3f18f9d2],
.reviews-component .review-item .icon-after img[data-v-3f18f9d2] {
  height: 25px;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .icon-before img[data-v-3f18f9d2],
  .reviews-component .review-item .icon-after img[data-v-3f18f9d2] {
    height: 20px;
}
}
.reviews-component .review-item .icon-before.icon-after[data-v-3f18f9d2],
.reviews-component .review-item .icon-after.icon-after[data-v-3f18f9d2] {
  top: 100%;
}
.reviews-component .review-item .icon-before.icon-after img[data-v-3f18f9d2],
.reviews-component .review-item .icon-after.icon-after img[data-v-3f18f9d2] {
  transform: rotate(180deg);
}
.reviews-component .review-item .ratings[data-v-3f18f9d2] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-component .review-item .ratings .txt-rating[data-v-3f18f9d2] {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  padding: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .ratings .txt-rating[data-v-3f18f9d2] {
    font-size: 14px;
}
}
.reviews-component .review-item .ratings img[data-v-3f18f9d2] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .ratings img[data-v-3f18f9d2] {
    width: 15px;
}
}
.reviews-component .review-item p[data-v-3f18f9d2] {
  font-size: 18px;
  color: rgb(var(--v-theme-secondary-darken-3));
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item p[data-v-3f18f9d2] {
    font-size: 12px;
    margin-top: 5px;
}
}
.reviews-component .review-item .divider[data-v-3f18f9d2] {
  content: "";
  border-bottom: 1px solid #e1e3ef;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .divider[data-v-3f18f9d2] {
    margin: 10px 0 5px;
}
}
.reviews-component .review-item .user[data-v-3f18f9d2] {
  display: flex;
  flex: none;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}
.reviews-component .review-item .user img[data-v-3f18f9d2] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .user img[data-v-3f18f9d2] {
    width: 20px;
    height: 20px;
}
}
@media only screen and (max-width: 767px) {
.reviews-component .review-item .user span[data-v-3f18f9d2] {
    font-size: 16px;
}
}.banner-panel[data-v-d56cb708] {
  position: relative;
  display: flex;
  padding: 100px 140px 0;
}
@media only screen and (max-width: 1365px) {
.banner-panel[data-v-d56cb708] {
    padding: 50px 15px 0;
}
}
@media only screen and (max-width: 959px) {
.banner-panel[data-v-d56cb708] {
    padding: 0;
    flex-direction: column-reverse;
}
}
.banner-panel .left-panel[data-v-d56cb708] {
  flex: 1;
  padding: 80px;
  background-color: rgb(var(--v-theme-primary));
}
@media only screen and (max-width: 959px) {
.banner-panel .left-panel[data-v-d56cb708] {
    padding: 40px 30px;
}
}
.banner-panel .left-panel h1[data-v-d56cb708] {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.banner-panel .left-panel h1[data-v-d56cb708] {
    font-size: 18px;
}
}
.banner-panel .left-panel p[data-v-d56cb708] {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
.banner-panel .left-panel p[data-v-d56cb708] {
    font-size: 12px;
}
}
.banner-panel img[data-v-d56cb708] {
  flex: none;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 959px) {
.banner-panel img[data-v-d56cb708] {
    height: auto;
}
}
h2[data-v-d56cb708] {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: rgb(var(--v-theme-primary));
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
h2[data-v-d56cb708] {
    font-size: 18px;
    padding-top: 40px;
}
}