 @media only screen and (min-width: 0em) {#sbs {padding: var(--sectionPadding);}#sbs .cs-container {width: 100%;max-width: 60rem;margin: auto;display: flex;justify-content: center;flex-direction: column;row-gap: 1rem;}#sbs .cs-title {text-align: left;max-width: 100%;margin-bottom: 8px;font-size: 32px;}#sbs .cs-subtitle {color: var(--headerColor);font-weight: 700;text-align: left;max-width: 100%;font-size: 20px;}#sbs .cs-text {text-align: left;max-width: unset;color: var(--bodyTextColor);}#sbs .cs-text a {color: var(--link);}#int-hero {margin-bottom: 2em;}#project-gallery a {text-decoration: none;}#project-gallery img {width: calc(50% - 2px);height: 188px;object-fit: cover;}}@media only screen and (min-width: 64em) {#sbs .cs-container {flex-flow: row;align-items: flex-start;justify-content: space-between;flex-direction: column;gap: 1rem;}#int-hero {margin-bottom: 4em;}#project-gallery img {width: 188px;}}