@import "../../src/scss/variables.scss"; @import "../../src/scss/mixins.scss"; .component-article { padding: 40px 0; .banner { background: $light-gray; text-align: center; } .image { width: 100%; } .title { display: block; font-size: $font-30; font-weight: normal; padding: 15px 0; margin: 0; color: $olive; } .subtitle { display: block; font-size: $font-18; font-weight: bold; padding-bottom: 7px; margin-bottom: 15px; color: $dark-gray; } .text { display: block; font-size: $font-16; padding-bottom: 5px; color: $dark-gray; } }