:root {
  --header-underline-border: solid thin silver;
  --header-underline-border-center: solid thick pink;
  --line-color: black;
  --underline-center-color: pink;
}

.header-underline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-underline div:nth-child(1) {
  min-width: 10%;
  height: 2px !important;
  border: var(--header-underline-border);
  background: var(--line-color);
}
.header-underline div:nth-child(2) {
  min-width: 3%;
  height: 10px !important;
  background: var(--underline-center-color);
  border: var(--header-underline-border-right-center);
}
.header-underline div:nth-child(3) {
  min-width: 10%;
  height: 2px !important;
  border: var(--header-underline-border);
  background: var(--line-color);
}

.Reviews #u_content_custom_reviews_1 .d-con-review .d-review {
    padding: 60px 30px;
    border-radius: 5% 15%;
}

.Reviews .d-con-review .d-review-stars {
    font-size: 16px;
}

.review_flex .u-row > #u_column_17 .v-col-padding {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.review-social-icons .u_content_image > div a {
    display: inline-block;
}

/** REVIEWS CSS START **/
@media screen and (min-width: 769px){
.Reviews #u_content_custom_reviews_1 .d-con-review .d-review-content>p {
    text-align: justify;
}
}

@media screen and (max-width: 991px){
.review_flex .u-row > #u_column_17 .v-col-padding {
    flex-wrap: wrap;
}
}

@media screen and (max-width: 768px){
.Reviews #u_content_custom_reviews_1 .d-con-review-container {
    padding-left: 35px;
}

.Reviews #u_content_custom_reviews_1 .d-con-review .d-review {
    margin-right: 35px;
}
}