.related-article-wrapper
{
display: flex; display: -webkit-flex;
flex-wrap: wrap; -webkit-flex-wrap: wrap;
justify-content: center; -webkit-justify-content: justify;
}
.related-article
{
width: 257px;
padding: 10px;
min-height: 95px;
margin: 5px;
border: 1px solid #A0A0A0;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
line-height: 1.3;
font-size: 18px;
font-weight: bold;
background-color: #FCFCF3;
color: #036;
text-align: center;
}
.related-article:hover
{
color: #900;
}
.related-article-title
{
text-align: center;
margin-bottom: -20px;
margin-top: 35px;
color: #444444;
}
