.articles-posts-wrapper {
    display: flex;
    justify-content: flex-start;
}
.articles-post {
    width: 32%;
    display: block;
}
.articles-post-left, .articles-post-right {
    width: 100%;

}
.articles-post-right {
    padding: 20px 15px;

}
.articles-post-left img{
    max-width: 100%;
}
.articles-post-title{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 23px;

color: #000000;
}
.articles-post-descr{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-bottom: 20px;


color: #000000;
}
.articles-post-link{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-transform: none;

color: #33AA5D;
}
