.memotheme-article-excerpt {
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 13px;
}

.memotheme-article-box {
    width: 100%;
    text-align: right;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 5px #00000029;
    background-color: #fff;
    outline: 1px dashed #a5c7f3;
    outline-offset: -5px;
    padding: 16px;
}


.memotheme-article-content .memotheme-article-more {
    text-decoration: none;
    color: #ffffff;
    border-radius: 50px;
    padding: 0 16px;
    display: inline-block;
    background-color: #044cac;
    font-size: 16px;
}

.memotheme-article-title {
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    display: block;
    padding: 10px 0;
    color: #333;
}

@media (min-width: 992px) {
    .memotheme-article-box {
        width: 23%;
    }

}
