section.services-blocks { background-color: $c-navy; padding: 4rem 0; h2 { @extend .goudy; @extend .headline-lg; color: $c-white; } .block { padding: 2rem 1.5rem; svg { margin-bottom: 1rem; } h3 { font-weight: bold; } &:nth-of-type(even) { background-color: $c-offWhite; color: $c-textGrey; h3 { color: $c-navy; } } &:first-of-type { background-color: $c-tan; color: $c-white; } } }