﻿.hero-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.home-page-product-image-container {
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-page-product-image {
    width: 100%;
}

.home-page-product-title {
    height: 10%;
}

.home-page-product-description {
    position: relative;
    max-height: 110px;
    min-height: 110px;
    overflow: hidden;
}

    .home-page-product-description:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 1.146vw;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(6 55 122) 80%);
    }

.news-article-home-page {
    height: 100%;
}

    .news-article-home-page .news-article-description {
        overflow: hidden;
        margin-bottom: 15px;
        padding-bottom: 4vh;
    }


.story-artcile-read-more{
    color: white!important;
}
.story-image {
    width: 100%
}