.review_itemHidden {
  display: none;
}

.font-medium {
  font-weight: 500;
}

.font-22 {
  font-size: 22px;
}

.bold {
  font-weight: bold !important;
}

#readMoreDesktop, #readMoreMob {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.mt-40 {
  margin-top: 40px;
}

.orangeText {
  color: #F69220;
}

hr {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.review {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.review_section .title {
  font-family: "Lora", serif;
  font-size: 45px;
}
.review_section .text-center {
  text-align: center;
}
.review_drMarty {
  background-image: url(https://cdn.gundrymd.com/images/tv_drWrapper.png);
  background-size: cover;
  width: 100%;
  max-width: 1167px;
  height: 410px;
  padding: 69px 542px 69px 49px;
  margin-bottom: 20px;
}
.review_drMarty hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.review_items {
  display: flex;
  flex-direction: column;
  width: 1029px;
  margin: auto;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}
.review_item {
  display: flex;
}
.review_itemLeft {
  display: flex;
  width: 213px;
  flex-direction: column;
}
.review_itemRight {
  width: 699px;
  margin-left: 38px;
  padding-left: 25px;
  border-left: 1px solid #E1E1E1;
}
.review_itemRight img {
  margin-bottom: 8px;
  margin-top: 8px;
  max-width: 98px;
}
.review_itemRight div {
  font-size: 18px;
}
.review_author {
  display: flex;
}
.review_authorIcon {
  border-radius: 50%;
  background-color: #98ae3a;
  width: 45px;
  height: 45px;
  display: flex;
  color: white;
}
.review_authorIcon span {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin: auto;
}
.review_authorContent {
  padding-left: 18px;
  font-size: 16px;
}
.review_verifiedBuyer {
  color: #98AE39;
  font-size: 13px;
}
.review_verifiedBuyer img {
  width: 12px;
  height: 12px;
}
.review_bc {
  padding-left: 18px;
  font-size: 13px;
  position: relative;
  margin-left: 40px;
}
.review_bc::before {
  background-image: url(https://cdn.gundrymd.com/images/tv_prev-prod.png);
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  left: -40px;
  top: -10px;
}

@media screen and (max-width: 1024px) {
  .vr {
    border-left: 1px solid #E1E1E1;
    content: "";
    margin-left: 20px;
  }
  .review_section {
    padding-top: 0;
    margin-top: 40px;
  }
  .review_section .title {
    font-size: 30px;
  }
  .review_section sup {
    font-size: 10px;
  }
  .review_section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .review_authorContent {
    text-align: left;
  }
  .review_bc {
    text-align: left;
    font-size: 12px;
  }
  .review_bc::before {
    width: 41px;
    height: 41px;
    left: -30px;
    top: -3px;
  }
  .review_verifiedBuyer {
    text-align: left;
  }
  .review_item {
    flex-direction: column;
  }
  .review_itemRight {
    margin-top: 20px;
    width: 100%;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }
  .review_itemLeft {
    width: 100%;
    flex-direction: row;
  }
  .review_drMarty {
    background-image: none;
    padding: 10px;
    height: auto;
    text-align: left;
    background-color: #F5F7FF;
    border: 1px solid #26377A;
    border-radius: 10px;
  }
  .review_items {
    max-width: 100%;
  }
}