.article-list .article {
    border-radius: 15px;
    overflow: clip;
    background: #fff;
    box-shadow:0 5px 10px rgb(0 0 0 / 10%);
    transition:0.5s;
}
.article-list .article:hover{
    transform:scale(1.01);
    box-shadow:0 5px 10px rgb(0 0 0 / 25%);
}
.article-list .article .readmore a{
    color:#ffa802 !important;
}
.article-list .article .readmore a:hover{
    color:#c17f00 !important;
}