.latest-news-heading {
    color: var(--Neutral-B700, #1C1C1C) !important;
    font-family: --var(futura);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 57.6px */
}

.latest-news-sub-heading {
    color: var(--Foundation-Grey-G300, #707272) !important;
    font-family: --var(futura);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
}

.news-headngg {
    color: #000;
    font-family: --var(futura);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    /* 28px */
}

.news-p {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.70);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: --var(futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
    /* 19.2px */
}

.news-p-btn {
    color: var(--Red-R300, #AA2C32);
    font-family: --var(futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-date {
    color: var(--Neutral-B100, #757575);
    font-family: --var(futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.re-img-noews {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    max-height: 300px;
}

.news-p-content-wrappper {
    padding-top: 24px;
}

.news-article-below-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-family: --var(futura);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    /* 28px */
}

.news-article-below-excerpt {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.70);

    font-family: --var(futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-article-below-button-wrapper a{
    color: var(--Red-R300, #AA2C32);
    font-family: --var(futura);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}
.news-article-below-aside-figure{
    background-color: #F6F6F6;
    border-radius: 10px;
}
.news-article-below-aside-figure{
    border-radius: 10px;
}
.indight-main-featur-sec{
    border-radius: 8px;
background: var(--Neutral-B10, #FAFAFA);
}
.indight-main-featur-sec aside{
    padding: 24px;
}