This commit is contained in:
2025-06-02 16:43:53 -07:00
parent bc29a6f3ea
commit 5dbcbfd21d
3 changed files with 28 additions and 1 deletions

View File

@@ -49,6 +49,21 @@ section.services-blocks {
}
}
@include media-breakpoint-up(lg) {
&:nth-child(2) {
background-color: $c-offWhite;
color: $c-textGrey;
h3 {
color: $c-navy;
}
svg {
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
}
}
&:first-of-type {
background-color: $c-tan;