This commit is contained in:
2025-05-07 15:17:23 -07:00
parent e8e4a227cc
commit efe10b6f7d
4 changed files with 41 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
@import "flex-side-by-side";
@import "flex-text-over-image-a";
@import "flex-text-over-image-b";
@import "flex-text-over-image-c";
@import "flex-multiblock-callout";
@import "flex-5050-cta";
@import "flex-grid-callout";

View File

@@ -0,0 +1,22 @@
.text-over-image-c {
background-position: center;
background-size: cover;
padding-top: 6rem;
padding-bottom: 10rem;
.content-wrapper {
.content {
h2 {
@extend .goudy;
font-size: 70px;
line-height: 77px;
margin-bottom: 2rem;
color: $c-navy;
}
strong {
color: $c-navy;
}
}
}
}