a{
    text-decoration: none !important;
}
.mod-newswc.newscard-style-01{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mod-newswc.newscard-style-01 .mod-newswc__item {
    margin: 25px 19px;
}
.mod-newswc.newscard-style-01 .mod-newswc__item .news-image {
    width: 390px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.mod-newswc.newscard-style-01 .mod-newswc__item .news-image img{
    width: 100%;
    height: 100%;
}
.mod-newswc.newscard-style-01 .news-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: var(--color-date-color-bg);
    color:var(--color-date-color);
    margin: 0;
    text-align: left;
    width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.mod-newswc.newscard-style-01 .news-card-container{
    background: var(--color-title-bg);
}
.mod-newswc.newscard-style-01 .news-date .date-and-month {
    font-size: 23px;
}
.mod-newswc.newscard-style-01 .news-date .year {
    font-size: 30px;
}
.mod-newswc.newscard-style-01 .news-heading {
    padding: 0;
}
.mod-newswc.newscard-style-01 .news-card-container {
    max-width: 390px;
    box-shadow: 0px 10px 14px #0000003b;
    min-width: 390px;
    border: 1px solid var(--color-primary-transperant);
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    border-radius: var(--border-radius);
    transition: ease-in-out .3s;
}
.mod-newswc.newscard-style-01 .news-card-container:hover{
    box-shadow: 0px 0px 2px #0000003b;
}
.mod-newswc.newscard-style-01 .news-heading h3 {
    padding: 25px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    position: relative;
    height: auto;
    width: 100%;
    align-items: left;
    display: flex;
    justify-content: center;
    height: 69px;
}
.mod-newswc.newscard-style-01 .news-heading h3 span{
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-title);
}
.news-readmore {
    margin: 70px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-title h1:after {
    content: '';
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    background: var(--color-tertiary);
}
.date{
    margin: 8px 5px;
    padding: 0 20px;
    color: var(--color-date-color);
}
.module-title {
    margin: 0 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-title h1 {
    color: var(--color-primary);
    font-weight: 400;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    user-select: none;
    justify-content: center;
}
.newswc-image {
    width: 100%;
    height: 100%;
}
.news-heading p{
    font-size: 16px;
    color: #787878;
    margin: 8px 5px;
    overflow: hidden;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-heading p:nth-last-child(2){
    display: none;
}
@media screen and (max-width: 1024px) {
    .mod-newswc.newscard-style-01{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mod-newswc.newscard-style-01 .news-card-container {
        min-width: 250px;
        max-width: 250px;
        min-height: 250px;
        max-height: 250px;
    }
    .mod-newswc.newscard-style-01 .news-heading {
        padding: 7px 0;
    }
    .mod-newswc.newscard-style-01 .mod-newswc__item {
        margin: 0 26px 20px;
    }
    .mod-newswc.newscard-style-01 .mod-newswc__item:last-child{
        margin: 0 26px 20px;
    }
    .mod-newswc.newscard-style-01 .mod-newswc__item .news-image {
        width: 248px;
        height: 100px;
        position: relative;
        overflow: hidden;
    }
    .mod-newswc.newscard-style-01 .news-date {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        background: var(--color-tertiary);
        margin: 0;
        text-align: left;
        width: 85px;
        height: 65px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .mod-newswc.newscard-style-01 .news-date .date-and-month {
        font-size: 18px;
    }
    .mod-newswc.newscard-style-01 .news-date .year {
        font-size: 25px;
    }


}
@media screen and (max-width: 425px) {
    .module-title h1 {
        color: var(--color-primary);
        font-weight: 400;
        text-align: center;
        width: 230px;
        position: relative;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        user-select: none;
        justify-content: center;
    }

}