:root {
    --trevem-blue: #0a87cf;
    --trevem-blue-dark: #125982;
    --trevem-navy: #101923;
    --trevem-charcoal: #292d30;
    --trevem-black: #1b1b1b;
    --trevem-silver: #d5d5d5;
    --trevem-muted: #737b83;
    --trevem-light: #f2f2f2;
    --trevem-white: #ffffff;
}

body {
    background: var(--trevem-light);
    color: var(--trevem-charcoal);
    font: 16px/1.6 "Roboto Condensed", Arial, sans-serif;
}

a {
    color: var(--trevem-blue);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--trevem-charcoal);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

hr {
    border-color: #8c8f92;
    margin: 42px 0;
}

.btn {
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 10px 18px;
}

.btn-main,
.btn-main:hover,
.btn-main:focus {
    color: #fff;
}

.btn-main {
    background: var(--trevem-blue);
    border-color: var(--trevem-blue);
}

.btn-main:hover,
.btn-main:focus {
    background: var(--trevem-charcoal);
    border-color: var(--trevem-charcoal);
}

.btn-black,
.btn-black:hover,
.btn-black:focus {
    color: #fff;
}

.btn-black {
    background: #303030;
    border-color: #303030;
}

.btn-black:hover,
.btn-black:focus {
    background: var(--trevem-blue);
    border-color: var(--trevem-blue);
}

.header-wrap {
    position: relative;
    background: var(--trevem-navy);
}

.header-wrap.inner {
    padding: 20px 0;
    background-image: linear-gradient(rgba(16, 25, 35, 0.88), rgba(16, 25, 35, 0.9)), url("../images/header-bg.jpg");
    background-position: center;
    background-size: cover;
}

.header-top {
    color: #fff;
    padding: 22px 0;
}

.brand-mark {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 12px;
}

.brand-mark:hover,
.brand-mark:focus {
    color: #fff;
}

.brand-symbol {
    align-items: center;
    background: var(--trevem-blue);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.brand-mark strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.brand-mark small {
    color: #c6d1da;
    display: block;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
}

.header-links {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.header-links li + li:before {
    color: var(--trevem-blue);
    content: "/";
    margin-right: 8px;
}

.header-contact {
    color: #fff;
    font-size: 15px;
}

.header-contact .fa {
    color: #65c7ff;
    margin-right: 7px;
}

#main-menu {
    background: var(--trevem-blue);
    margin: 0;
    padding: 0;
}

#main-menu .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 18px;
    text-transform: uppercase;
}

#main-menu .navbar-nav .nav-link:hover,
#main-menu .navbar-nav .nav-link:focus,
#main-menu .navbar-nav .nav-link.active {
    background: var(--trevem-blue-dark);
    color: #fff;
}

.btn-navbar {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 9px 0;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.nav-cta {
    background: #303030;
    border-color: #303030;
    margin: 8px 0;
    text-transform: uppercase;
}

.hero-section {
    background-image: linear-gradient(90deg, rgba(16, 25, 35, 0.94), rgba(16, 25, 35, 0.76), rgba(16, 25, 35, 0.52)), url("../images/header-bg.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 620px;
    padding: 135px 0 120px;
}

.hero-section h1 {
    color: #fff;
    font-size: clamp(44px, 7vw, 76px);
    line-height: 1.02;
    margin: 0 0 24px;
    max-width: 960px;
    text-transform: uppercase;
}

.hero-section p {
    color: #e5edf4;
    font-size: 24px;
    line-height: 1.45;
    max-width: 780px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.hero-section .hero-trust-line {
    border-left: 4px solid var(--trevem-blue);
    color: #d9e5ee;
    font-size: 16px;
    margin-top: 26px;
    max-width: 640px;
    padding-left: 16px;
}

.hero-portfolio-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.panel-topline,
.panel-footer-line {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.panel-topline {
    background: var(--trevem-blue);
    color: #fff;
    padding: 16px 20px;
}

.panel-topline span,
.panel-topline strong,
.panel-footer-line span {
    text-transform: uppercase;
}

.panel-topline span {
    font-size: 14px;
    font-weight: 700;
}

.panel-topline strong {
    background: #303030;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 9px;
}

.portfolio-stack {
    padding: 18px;
}

.portfolio-dashboard-metrics {
    background: #f6f9fb;
    border-bottom: 1px solid #e3e6e8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.portfolio-dashboard-metrics div {
    padding: 18px 10px;
    text-align: center;
}

.portfolio-dashboard-metrics div + div {
    border-left: 1px solid #e3e6e8;
}

.portfolio-dashboard-metrics strong {
    color: var(--trevem-blue);
    display: block;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.portfolio-dashboard-metrics span {
    color: #303030;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
    text-transform: uppercase;
}

.portfolio-row {
    align-items: flex-start;
    border: 1px solid #e3e6e8;
    border-radius: 3px;
    display: flex;
    gap: 14px;
    padding: 15px;
}

.portfolio-row + .portfolio-row {
    margin-top: 12px;
}

.portfolio-row.primary {
    background: #f5f9fc;
    border-color: rgba(10, 135, 207, 0.28);
}

.portfolio-row .fa {
    align-items: center;
    background: var(--trevem-blue);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.portfolio-row strong {
    color: #222;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}

.portfolio-row span {
    color: #68717a;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 4px;
}

.panel-footer-line {
    background: #303030;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 20px;
}

.panel-footer-line .fa {
    color: #65c7ff;
}

.credibility-row {
    margin-top: -38px;
    position: relative;
    z-index: 5;
}

.credibility-row .container {
    background: #fff;
    border: 1px solid #dfe3e6;
    border-radius: 5px;
    box-shadow: 0 16px 35px rgba(16, 25, 35, 0.16);
    overflow: hidden;
}

.credibility-item {
    min-height: 132px;
    padding: 24px 18px;
    text-align: center;
}

.credibility-row [class*="col-"] + [class*="col-"] .credibility-item {
    border-left: 1px solid #e3e6e8;
}

.credibility-item strong {
    color: var(--trevem-blue);
    display: block;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.credibility-item span {
    color: #292d30;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.breadcrumb-wrap {
    background: #fff;
    border-bottom: 1px solid var(--trevem-silver);
    box-shadow: 0 2px #e0e0e0;
    padding: 5px 0;
    text-transform: uppercase;
}

.breadcrumb {
    --bs-breadcrumb-divider: "»";
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 0;
}

.breadcrumb a,
.breadcrumb .active {
    color: #131211;
}

.breadcrumb .active {
    color: var(--trevem-blue);
}

.main-container {
    padding-bottom: 58px;
    padding-top: 58px;
}

.main-container.inner {
    padding-top: 50px;
}

.main-heading {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 26px;
    text-transform: uppercase;
}

.main-heading span {
    color: #878a8c;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
}

.sub-heading {
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
}

.lead {
    color: #3b4147;
    font-size: 21px;
}

.section-intro {
    color: var(--trevem-muted);
    font-size: 20px;
    margin: -8px auto 34px;
    max-width: 860px;
    text-align: center;
}

.section-band {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 58px 0;
}

.content-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 30px;
}

.legal-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.executive-box h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.company-snapshot {
    box-shadow: 0 14px 30px rgba(16, 25, 35, 0.08);
}

.company-snapshot .panel-body {
    padding: 0;
}

.panel-smart .snapshot-heading {
    background: #303030;
}

.snapshot-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.snapshot-list li {
    border-bottom: 1px solid #e7eaed;
    padding: 18px 20px;
}

.snapshot-list li:last-child {
    border-bottom: none;
}

.snapshot-list span {
    color: var(--trevem-blue);
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.snapshot-list strong {
    color: #252a2f;
    display: block;
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
}

.about-icon-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 28px 24px;
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.about-icon-card:hover {
    box-shadow: 0 14px 30px rgba(16, 25, 35, 0.11);
    transform: translateY(-3px);
}

.about-icon {
    align-items: center;
    background: var(--trevem-blue);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 25px;
    height: 58px;
    justify-content: center;
    margin-bottom: 16px;
    width: 58px;
}

.about-icon-card h2,
.about-icon-card h3 {
    color: #292d30;
    font-size: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.about-icon-card p {
    color: #72787e;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

.operating-philosophy {
    padding: 4px 0;
}

.process-line {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}

.process-step {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 24px 20px;
}

.process-step span {
    color: var(--trevem-blue);
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.process-step strong {
    color: #252a2f;
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.process-step p {
    color: #72787e;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li {
    border-bottom: 1px solid #ececec;
    padding: 10px 0 10px 26px;
    position: relative;
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list li:before {
    color: var(--trevem-blue);
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 10px;
}

.product-col {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.product-col .caption {
    padding: 22px 20px 24px;
}

.product-col h2,
.product-col h3 {
    color: var(--trevem-charcoal);
    font-size: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-col .description {
    color: #72787e;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 5px 0;
}

.brand-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover {
    box-shadow: 0 14px 30px rgba(16, 25, 35, 0.11);
    transform: translateY(-3px);
}

.brand-group + .brand-group {
    margin-top: 42px;
}

.brand-group-heading {
    align-items: flex-end;
    border-bottom: 4px solid var(--trevem-blue);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.brand-group-heading h2 {
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.brand-group-heading p {
    color: #72787e;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    max-width: 720px;
}

.brand-group-heading span {
    background: #303030;
    border-radius: 3px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    text-transform: uppercase;
}

.brand-icon {
    align-items: center;
    background: var(--trevem-blue);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 26px;
    height: 58px;
    justify-content: center;
    margin-bottom: 10px;
    width: 58px;
}

.brand-shot {
    aspect-ratio: 16 / 10;
    background: #e8edf1;
    border-bottom: 1px solid #d9dee3;
    display: block;
    overflow: hidden;
    position: relative;
}

.brand-shot img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.25s ease;
    width: 100%;
}

.brand-card:hover .brand-shot img {
    transform: scale(1.035);
}

.brand-shot .brand-icon {
    bottom: 14px;
    box-shadow: 0 10px 24px rgba(16, 25, 35, 0.22);
    margin: 0;
    position: absolute;
    right: 14px;
}

.brand-role {
    background: #f1f6fa;
    border: 1px solid rgba(10, 135, 207, 0.22);
    border-radius: 3px;
    color: #252a2f;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.brand-category {
    color: var(--trevem-blue);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.brand-audience {
    color: #303030;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.brand-audience .fa {
    color: var(--trevem-blue);
    margin-right: 5px;
}

.strategy-band {
    background: #0b1420;
    color: #d8e1e8;
    padding: 58px 0;
}

.strategy-band h2 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
}

.strategy-band p {
    color: #d8e1e8;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.strategy-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}

.strategy-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    padding: 20px;
}

.strategy-grid strong {
    color: #65c7ff;
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.strategy-grid span {
    color: #d8e1e8;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.service-detail-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 26px 24px;
}

.service-detail-icon {
    align-items: center;
    background: var(--trevem-blue);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 54px;
    justify-content: center;
    margin-bottom: 16px;
    width: 54px;
}

.service-detail-card h2 {
    color: #292d30;
    font-size: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.service-detail-card p {
    color: #72787e;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.service-detail-card ul {
    border-top: 1px solid #ececec;
    list-style: none;
    margin: 18px 0 0;
    padding: 14px 0 0;
}

.service-detail-card li {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    padding-left: 22px;
    position: relative;
    text-transform: uppercase;
}

.service-detail-card li + li {
    margin-top: 8px;
}

.service-detail-card li:before {
    color: var(--trevem-blue);
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}

.service-tile {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    gap: 12px;
    min-height: 64px;
    padding: 16px 18px;
    text-transform: uppercase;
}

.service-tile.large {
    min-height: 84px;
}

.service-tile .fa {
    color: var(--trevem-blue);
    font-size: 20px;
}

.service-tile span {
    color: #292d30;
    font-size: 18px;
    font-weight: 700;
}

.mission-strip {
    background: var(--trevem-blue);
    color: #fff;
    padding: 42px;
}

.mission-strip h2,
.mission-strip p {
    color: #fff;
}

.mission-strip h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.mission-strip p {
    font-size: 20px;
    margin-bottom: 0;
}

.panel-smart {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.panel-smart .panel-heading {
    background: var(--trevem-blue);
    border-radius: 5px 5px 0 0;
    padding: 14px 20px;
}

.panel-smart .panel-title {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.panel-smart .panel-body {
    color: #69727a;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    padding: 22px;
}

.panel-smart .panel-body p:last-child {
    margin-bottom: 0;
}

.contact-cta {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    padding: 58px 0;
}

.contact-cta h2 {
    font-size: 38px;
    text-transform: uppercase;
}

.contact-cta p {
    color: var(--trevem-muted);
    font-size: 20px;
    margin: 0 auto 26px;
    max-width: 760px;
}

.contact-expectation {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    margin: -18px auto 32px;
    max-width: 760px;
    text-align: center;
    text-transform: uppercase;
}

.form-label {
    color: #252a2f;
    font-weight: 700;
    text-transform: uppercase;
}

.form-control,
.form-select {
    border-radius: 0;
    min-height: 44px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--trevem-blue);
    box-shadow: 0 0 0 0.2rem rgba(10, 135, 207, 0.15);
}

.spam-check {
    height: 0;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.contact-details li {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.contact-details li + li {
    margin-top: 20px;
}

.contact-details .fa {
    color: var(--trevem-blue);
    font-size: 18px;
    padding-top: 5px;
    width: 22px;
}

.footer-top {
    background-color: var(--trevem-blue);
    color: #fff;
    padding: 50px 0;
}

.footer-top h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer-top h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-links {
    background: #2a2a2a;
    padding: 35px 0 40px;
}

.footer-links h5 {
    color: #fff;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-links li a,
.footer-links li a:hover {
    color: #fff;
}

.footer-links li {
    font-size: 15px;
}

.footer-links li + li {
    margin-top: 8px;
}

.footer-links .last h4.lead {
    color: #fff;
    font-size: 24px;
    margin: 22px 0 0;
}

.footer-links .last h4.lead span {
    color: #2eb3ff;
}

.copyright {
    background: #1b1b1b;
    color: #fff;
    padding: 18px 0;
}

.copyright a,
.copyright a:hover {
    color: #3498db;
    font-weight: 500;
}

.copyright p {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    #main-menu .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding: 14px 4px;
    }

    .nav-cta {
        display: block;
        margin: 14px 0 18px;
        text-align: center;
        width: 100%;
    }

    .hero-section {
        min-height: auto;
        padding: 84px 0;
    }

    .hero-portfolio-panel {
        margin-top: 8px;
    }

    .credibility-row {
        margin-top: 0;
    }

    .credibility-item {
        border-bottom: 1px solid #e3e6e8;
    }

    .credibility-row [class*="col-"] + [class*="col-"] .credibility-item {
        border-left: none;
    }

    .credibility-row [class*="col-"]:nth-child(odd) .credibility-item {
        border-right: 1px solid #e3e6e8;
    }

    .process-line,
    .strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .header-top {
        text-align: center;
    }

    .brand-mark {
        justify-content: center;
    }

    .hero-section h1 {
        font-size: 38px;
    }

    .hero-section p,
    .lead,
    .section-intro,
    .mission-strip p,
    .contact-cta p {
        font-size: 18px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .portfolio-row {
        padding: 13px;
    }

    .portfolio-row strong {
        font-size: 16px;
    }

    .credibility-item {
        min-height: 118px;
        padding: 20px 12px;
    }

    .portfolio-dashboard-metrics {
        grid-template-columns: 1fr;
    }

    .portfolio-dashboard-metrics div + div {
        border-left: none;
        border-top: 1px solid #e3e6e8;
    }

    .brand-group-heading {
        align-items: flex-start;
        display: block;
    }

    .brand-group-heading span {
        display: inline-block;
        margin-top: 14px;
    }

    .process-line,
    .strategy-grid {
        grid-template-columns: 1fr;
    }

    .strategy-band {
        padding: 42px 0;
    }

    .main-container,
    .section-band,
    .contact-cta {
        padding-bottom: 42px;
        padding-top: 42px;
    }

    .mission-strip {
        padding: 30px 20px;
    }
}
