Custom CSS for X Gallery
.node-type-page h2,
.field--name-body.field--type-text-with-summary h2 {
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 2.5rem;
color: rgb(0, 57, 118);
}
.node-type-page h3 {
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 2rem;
padding-bottom: 1rem;
color: rgb(0, 57, 118);
margin-bottom: 1rem;
border-bottom: 3px solid rgb(239, 171, 0);
}
.node-type-page h4 {
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding-bottom: 1rem;
colo