.articles-index.ux-two .home-image, .reviews-index.ux-two .home-image {
    height: fit-content;
    background-color: #062B55;
    padding: 2rem 0;
}
.articles-index .banner-title, .reviews-index .banner-title  {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFf;
    line-height: 1;
}
.articles-index .banner-highlight, .reviews-index .banner-highlight {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #FFFFFf;
    line-height: 1;
}
.article-gallery, .review-catalog {
    margin: 3rem auto;
    min-height: 56vh;
}
.article-gallery-card, .review-catalog-card {
    width: 100%;
}
.article-gallery-card p, .review-catalog-card p {
    margin-bottom: 0;
}
.article-gallery-container, .review-catalog-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}
.articles-index .article-banner {
    margin-bottom: 1rem;
}
.articles-index .product-title {
    font-size: 22px;
    font-weight: 600;
}
.reviews-index .product-title {
    font-size: 26px;
    font-weight: 600;
    color: #09BCBE;
}
.articles-index .article-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .5rem;
}
.articles-index .article-summary, .reviews-index .vendor-highlight {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .5rem;
}
a.article-gallery-card .article-link {
    font-size: 12px;
    font-weight: 400;
    color: #09BCBE;
    text-decoration: underline;
    margin: 1rem auto;
}
a.review-vendor-link {
    font-size: 12px;
    font-weight: 500;
    color: #09BCBE;
    text-decoration: underline;
    margin: 1rem auto;
    text-align: center;
}
.article-gallery-card {
    color: #000000;
}
.article-gallery-card:hover {
    text-decoration: none;
    color: #000000;
}
a.article-gallery-card:hover .article-link, a.review-vendor-link:hover {
    font-style: italic;
    font-weight: 500;
}

.reviews-index .review-catalog-card .review-link {
    background-color: #084DAA;
    color: #FFFFFf;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #084DAA;
    width: 100%;
    padding: .5rem 1rem;
    text-align: center;
    display: block;
    border-radius: 8px;
}
.reviews-index .review-catalog-card .review-link:hover  {
    background-color: #FFFFFf;
    color: #084DAA;
}
.review-catalog-card {
    border: 1px solid rgba(0,0,0,.25);
    box-shadow: 5px 3px 13px 0 rgba(0,0,0,.1);
    padding: 1rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.reviews-index .vendor-logo, .reviews-index .review-catalog-content {
    border-bottom: 1px solid rgba(0,0,0,.25);
    width: 100%;
}
.reviews-index .review-catalog-content {
    text-align: center;
}
.review-link-cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.summaryTextWrapper {
    font-size: 12px;
    padding: 0 .5rem;
    min-height: 60px;
}

@media screen and (max-width: 767px) {
    .article-gallery-card {
        flex: 0 0 100%;
        max-width: 548px;
    }
    .review-catalog-card {
        flex: 33%;
        max-width: 180px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .article-gallery-card, .review-catalog-card {
        flex: 0 0 100%;
        max-width:  548px;
    }
    .main-content-wrapper.chart-sidebar-active {
        flex: 0 0 100%;
        width: 100%;
    }
    .reviews-index .review-catalog-card .review-link {
        font-size: 14px
    }
}
@media screen and (max-width: 991px) {
    .articles-index .banner-title, .reviews-index .banner-title  {
        font-size: 24px;
        text-align: center;
    }
    .articles-index .banner-highlight, .reviews-index .banner-highlight {
        font-size: 14px;
        text-align: center;
    }
    .article-gallery, .review-catalog {
        margin: 1rem auto;
    }
    .article-gallery-container {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }
    .review-catalog-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
    }
    .review-catalog-card {
        min-height: 185px;
        justify-content: flex-start;
    }
    .reviews-index .product-title {
        font-size: 18px;
    }
    .reviews-index .vendor-highlight {
        font-size: 12px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .article-gallery-card, .review-catalog-card {
        flex: 0 0 30%;
    }
}
@media screen and (min-width: 1200px) {
    .article-gallery-card, .review-catalog-card {
        flex: 0 0 32%;
    }
}

@media screen and (max-height: 500px) and (min-width: 548px) and (max-width: 991px) {
    .main-content-wrapper.chart-sidebar-active {
        flex: 0 0 45%;
        width: 45%;
    }
    .reviews-index .main-content-wrapper.chart-sidebar-active {
        width: 100%;
    }
    .article-gallery-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        gap: 1rem;
    }
    .article-gallery-card {
        flex: 0 0 75%;
        max-width: fit-content;
    }
    .review-catalog-card {
        flex: 0 0 75%;
        max-width: 30%;
    }
    .reviews-index .product-title {
        font-size: 18px;
    }
    .reviews-index .vendor-highlight {
        font-size: 12px;
    }
    .reviews-index .review-catalog-card {
        max-height: fit-content;
    }
}