src/pages/event.module.css [62:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    margin-top: 30px;
    background-color: #FFFFFF;
    border: #FFFFFF;
}

[data-theme='dark'] .content{
    background-color: #1C1E21;
}

[data-theme='dark'] .cardItem{
    background-color: #272a36;
}

[data-theme='dark'] .readMore{
    background-color: #272a36;
}

@media screen and (max-width: 996px) {
    .cardItem{
        margin: 5px;
        display: flex;
        height: auto;
        min-height: 200px;
        width: 90%;
        background-color: #FFFFFF;
        border-radius: 10px;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pages/news.module.css [75:102]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    margin-top: 30px;
    background-color: #FFFFFF;
    border: #FFFFFF;
}

[data-theme='dark'] .content{
    background-color: #1C1E21;
}

[data-theme='dark'] .cardItem{
    background-color: #272a36;
}

[data-theme='dark'] .readMore{
    background-color: #272a36;
}


@media screen and (max-width: 996px) {
    .cardItem{
        margin: 5px;
        display: flex;
        height: auto;
        min-height: 200px;
        width: 90%;
        background-color: #FFFFFF;
        border-radius: 10px;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



