.news--Title {
    font-family: "Domine", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
}

.news--DatePost img {
    width: 40px;
    height: 40px;
}

.news--DatePost span {
    font-family: 'Albert Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    /* line-height: 36.25px; */
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;

}

.news--DatePost h6 {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    /* line-height: 36.25px; */
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}


.news--ImageBox img {
    width: 100%;
    height: 450px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 16px;
}


.news--content,
.news-over--Content {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;

}

.news-over--Content {
    margin-top: 24px;
}



.news-title {
    font-family: "Domine", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.news-subtitle {
    font-family: "Domine", serif;
    font-weight: 600;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}


.news-heading-component {
    margin-top: 35px;
}


.news-sidebar {

    float: right;
    position: sticky;
    top: 130px;
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.news-card {
    border: 1.01px solid;
    border-image-source: radial-gradient(69.43% 69.43% at 50% 50%, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0) 100%)
        ,
        radial-gradient(60% 51.57% at 50% 50%, rgba(53, 48, 46, 0.23) 0%, rgba(227, 205, 75, 0) 100%)
        ,
    radial-gradient(54.8% 53% at 50% 50%, #FFFFFF 0%, rgba(21, 21, 21, 0) 100%);
    backdrop-filter: blur(30.057092666625977px);
    box-shadow: 0px 6.44px 8.59px 0px rgba(0, 0, 0, 0.16);
    padding: 16px !important;
    border-radius: 24px;
    width: 295px;
    align-self: flex-start;
    background: linear-gradient(333.83deg, rgba(0, 0, 0, 0.06) 21.66%, rgba(48, 111, 124, 0.122532) 69.4%, rgba(62, 142, 158, 0.14) 79.42%);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-card .call-to-actionbutton {
    margin: 0px !important;

}

.news-card .btn-green {
    width: 162px !important;
    height: 56px !important;
    font-size: 16px !important;
    padding: 13px !important;
}

.news-card .call-top-action-content * {
    font-size: 16px;
    line-height: 24px;
    text-transform: none!important;
}

.news-blog-image{
    width:105px;
    height:96px;
    border-radius:16px;
}

.news-card hr{
   margin: 0px;
padding: 0px;
width: 284px;
height: 0px;
opacity: 1;
border-width: 1px;
border: 1px solid #FFFFFF33;
position: relative;
left: -11px;

}

