.btnMoreArticle a {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 35%);
    text-decoration: none;
}

.btnArea.btnMoreArticle {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btnArea {
    margin-bottom: 20px;
    text-align: center;
}

.btnArea a {
    background-color: #E50015;
    border-radius: 0.5rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 5px;
    width: 95%;
}

.btnArea a:hover {
    color: #fff !important;
}

.overAlpha span {
    font-size: 160%;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (min-width:300px) and (max-width:600px) {
    .overAlpha span {
        text-decoration: none;
        font-size: 120%;
        font-weight: 600;
    }
}