article { &.article-block{ margin-bottom: $md-space; &:last-child{ margin-bottom: 0px; } } h3 { a { font-style: normal; font-family: "Lato Bold"; color: $dark-grey; } } p { margin-bottom: $xs-space; &.small-font { margin-bottom: 0px; } } .article-image { width: 100%; height: auto; margin-bottom: 20px; @include media-breakpoint-down(md) { margin-bottom: $xs-space; } } }