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

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