:root {
  --home-services-background: rgba(100,100,100,.5);
}

.d-slider-caption > br {
    display: none;
}

/** OUR MISSION GALLERY **/
/*
.our-mission-gallery .container {
    max-width: unset !important;
}
*/
.our-mission-gallery .u-row {
    transform: translateY(-100px);
}

/** SERVICES LIST - HOME PAGE **/

.home-services .container {
    max-width: unset !important;
}
.home-services .container .u-row > div:first-child {
    background: black;
}
.home-services .container .u-row > div:last-child {
    background: url(https://assets.unlayer.com/projects/5192/1662671137426-Background%20Image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em;
}

.home-services .container .u-row {
    align-items: stretch !important;
}

.home-services .container .u-row > div {
    display: flex;
    align-items: center;
}


.home-services .container .u-row > div:last-child > div {
    margin-right: auto;
    border: 1px solid black !important;
}

.home-services .container .u-row > div:first-child > div {
    max-width: 600px;
    margin-left: auto;
}


/** AMENITIES **/

.amenities img {
    aspect-ratio: 1/ 1;
    border: 5px solid #CF0000;
    width: 62px !important;
    height: 62px;
    max-width: 100% !important;
    padding: 10px;
    position: relative;
    object-fit: contain;
}

.amenities .u_content_image {
    position: relative;
}

.amenities .u_content_image::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 33%;
    width: 26px;
    height: 26px;
    background: white;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    font-family: montserrat, sans-serif;
}

.amenities div#u_content_image_14::before {
    content: "01";
}
.amenities div#u_content_image_16::before {
    content: "02";
}
.amenities div#u_content_image_15::before {
    content: "03";
}

/** REVIEWS **/

.carousel-item {
    height: auto !important;
    padding: 5em;
}

.carousel-inner.d-review-container {
    border: 1px solid #555;
    padding: 4em;
}

.d-review-scroll a i {
    background: #8e8e8e !important;
    padding: 0.5em 0.75em;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.carousel-item p {
    max-width: 75ch;
    margin: 0 auto;
}

.carousel-control-prev {
    left: -3em;
}

.carousel-control-next {
    right: -3em !important;
}

.d-review-scroll::before {
    content: "\f10d";
    position: absolute;
    top: -0.75em;
    left: 23%;
    width: 100px;
    color: red;
    font-size: 5rem;
    font-family: "FontAwesome";
    z-index: 10;
}

.reviews-phone a:hover {
    color: white !important;
}

@media (max-width: 768px) {
    .d-review-scroll::before {
    left: 1em;
    font-size: 3rem;
}

.carousel-item {
    padding: 1em 0;
}
}