This commit is contained in:
2025-06-02 16:56:02 -07:00
parent 35178d6a80
commit 9e61f42c4d
3 changed files with 17 additions and 1 deletions

15
dist/app.css vendored
View File

@@ -12609,6 +12609,21 @@ section.services-blocks .large-arrow svg {
}
}
section.blue-background-grid {
background-color: #063C5A;
padding: 4rem;
color: #fff;
}
section.blue-background-grid .col {
position: relative;
}
section.blue-background-grid svg {
position: absolute;
width: 25%;
height: auto;
opacity: 0.5;
}
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
color: #063C5A;
margin-top: 6rem;