.rule__inner__center {
    border-bottom: 9px solid #182957;
    width: 33%;
    margin: auto;
}
.text-align--justify {
    text-align: justify;
}
.grid-padding {
    padding: 0px 20px;
}

.product-btn {
    max-width: 50%;
}

.product-gallery {
    display: flex;
    flex-direction: row;
}
.product-image {
    display: flex;
    justify-content: center;
}
.product-image img {
    width: 95%;
}

.prop-list {
    margin-top: 20px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text .cell__text h2 {
    text-transform: uppercase;
}
/* Fixes Mobile Rendering */
.hero__image img {
    max-width: 100%;
}
.hero__image {
    max-width: 100%;
}

/* Flexbox container for each feature item */
.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.center-cell-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.align-left {
    align-items: normal;
}

/* Request a Quote Pop Up */
.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 800px !important;
    max-width: 98% !important;
    max-height: 98% !important;
    margin: 0 !important;
    border: 16px solid #C22032 !important;
}
