.article-item__image-container {
  text-align: center;
}

.article-item__image {
  margin-right: 25px;
}

@media screen and (min-width: 356px) and (max-width: 740px) {
  .article-item__image { 
    max-width: 310px;
  }
}

@media screen and (min-width: 1100px) {
  .article-item__image {
    max-width: 310px;
  }
}