.body #u_row_8 #u_content_text_7 p span ,
.body #u_row_9 #u_content_text_13 p span ,
.body #u_row_10 #u_content_text_16 p span ,
.body #u_row_12 #u_content_text_20 p span ,
.body #u_row_16 #u_content_text_29 p span ,
.body #u_row_17 #u_content_text_32 p span {
    font-family: var(--heading-font) !important;
}
.body #u_row_10 #u_column_16 #u_content_text_17 ,
.body #u_row_14 #u_column_21 #u_content_text_27 {
    max-width: 900px;
    margin: auto;
}
/* Services Carousel */
#serviceCarousel .container {
  max-width: 1400px !important;
}
#serviceCarousel .carousel-inner {
  width: 80%;
margin: auto;
}
/* End Services Carousel */

/* Reviews */
.body #u_row_13 {
    max-width: 70%;
    margin: auto;
    box-shadow: 0 0 10px 5px #00000047;
/*    position: relative;
    margin-bottom: -100px;
    z-index: 1;*/
}
.body #u_row_13 h2 {
   color: #fff !important;
}
#u_content_custom_reviewScroll_1 .carousel .d-review .d-reviewer {
    color: #fff;
    text-align: center;
}

#u_content_custom_reviewScroll_1 .carousel .d-review>div p {
    max-width: 740px;
    margin: auto;
    text-align: center;
}
#u_content_custom_reviewScroll_1 .d-review-scroll.carousel span {
    color: #fff !important;
}
/* End Reviews */

/* Amenities */
.body #u_row_14 {
    position: relative;
}
.d-con-amenities .d-amenities-content {
    max-width: 1200px;
}

.d-con-amenities .d-amenities-icon img {
    margin: 20px 15px 20px 0;
}

.d-amenities-icon > div {
  display: flex;
  border: solid 1px #fff;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.d-con-amenities .d-amenities-icon-caption {
    padding-top: 0px;
}
/* End Amenities */


.body #u_row_16 .container {
    max-width: 100% !important;
}

.body #u_row_8 #u_column_13 #u_content_image_2 img  {
    max-width: 250px !important;
    float: left;
}
.body #u_row_8 #u_column_13 #u_content_image_4 img {
    max-width: 250px !important;
    float: right;
    position: relative;
    z-index: 2;
}
.body #u_row_8 #u_column_13 #u_content_image_3 img {
    max-width: 500px !important;
    position: relative;
    z-index: 1;
} 

.body #u_row_13:before, 
.body #u_row_14:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: none;
    z-index: 0;
}

.body #u_row_13:before {
    background: #243271db;
}

.body #u_row_14:before {
    background: #129d49db;
}