Files
chaffe-theme/src/scss/flex-services-blocks.scss
2025-06-02 16:17:36 -07:00

37 lines
622 B
SCSS

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;
}
}
}