.articles-page .articles-list .article{width:100%;background:#005eb6;padding:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.articles-page .articles-list .article .image{width:150px;margin-right:15px}.articles-page .articles-list .article .image img{max-width:100%}@media (max-width:767px){.articles-page .articles-list .article .image{width:100%;margin-right:0;margin-bottom:20px}}.articles-page .articles-list .article .content.has-image{width:calc(100% - 165px)}@media (max-width:767px){.articles-page .articles-list .article .content.has-image{width:100%}}.articles-page .articles-list .article:last-child{margin-bottom:0}.articles-page .articles-list .article .date{color:#fff;font-size:12px;margin-bottom:5px}.articles-page .articles-list .article .name{color:#fff;font-weight:700;font-size:20px;line-height:26px;text-decoration:none;text-transform:uppercase;margin-bottom:10px;display:block;transition:all .35s ease-out}.articles-page .articles-list .article .name:hover{text-decoration:underline}.articles-page .articles-list .article p{color:#fff}