
.avia_jims_articles {
    background-color: #fbf6f666;
    padding: 1em;
    border: 1px solid #e2e0e0;
    border-radius: 2px;
}

.avia_jims_articles header {
    box-shadow: 0 1px #eee;
    padding-bottom: .3em;
    margin-bottom: 1em;
}

.avia_jims_articles header h2 {
    text-align: center;
    text-transform: CAPITALIZE;
    opacity: 0.5;

}

.avia_jims_articles--list {
    display: flex;
    flex-direction: row;
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
    justify-content: space-between;
}
.avia_jims_articles--list > a {

    display: block;
    color: #345d7d;
    font-size: 1.1em;
    padding: .3em 0 .3em .5em;
    flex: 1;
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 5px;
    line-height: 2em;
    text-align: center;

    transition: all 233ms ease-out;

    border: 1px solid transparent;
    border-radius: 10px
}

.avia_jims_articles--list > a:hover {
    border-color: #e2dfdf;
}