@media (max-width: 768px) {
  .blogposts--inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .article--excerpt-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}