.article-info {
    padding-top: 10px;
}
.article-info a {
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 6px 4px;
    border: 1px solid #e5e7e4;
    background-color: #e5e7e4;
    display: block;
    text-align: center;
    margin: 12px 6px 0;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 6px;
}
.article-info:last-child {
    padding-bottom: 0;
}

.article-name {
    color: #303741;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.small-title {
    padding-top: 10px;
    font-size: 20px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid rgba(121, 106, 238, 0.9);
    background-color: #f1f2f3;
}
@media only screen and (max-width: 768px) {
  .article-name {
    color: #303741;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
  }
}
