.related-sites-hero {
    position: relative;
    min-height: 300px;
    max-height: none !important;
    padding: 74px 0;
    background-position: center center !important;
    overflow: hidden;
}

.related-sites-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(4, 18, 38, .9), rgba(22, 86, 133, .74));
    z-index: 0;
}

.related-sites-hero > .container {
    position: relative;
    z-index: 1;
    max-width: 1080px;
}

.related-sites-hero h1 {
    margin: 0;
    text-transform: none !important;
    letter-spacing: 0;
}

.related-sites-hero h1 span {
    display: inline-block;
    max-width: 900px;
    padding: 0 !important;
    background: transparent !important;
    color: #fff;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
}

.related-sites-intro {
    padding: 46px 0 18px !important;
    background: #f4f7fb;
}

.related-sites-intro .container {
    max-width: 1120px;
    padding: 34px 40px;
    border: 1px solid #d8e3f0;
    border-top: 4px solid #2878c8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 36, 64, .08);
}

.related-sites-intro h2 {
    margin: 0 0 18px;
    color: #061b3d;
    font-size: 30px;
    line-height: 1.24;
    font-weight: 800;
    text-align: left;
}

.related-sites-intro p {
    margin: 0 0 16px;
    color: #2f435d;
    font-size: 17px;
    line-height: 1.72;
}

.related-sites-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1120px;
    padding: 28px 15px 68px !important;
}

.related-sites-grid > .row {
    display: contents;
    margin: 0;
    padding: 0 !important;
}

.related-sites-grid > .row > [class*="col-"] {
    display: contents;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 !important;
}

.related-sites-grid .related-site-spacer {
    display: none;
}

.related-sites-grid .related-site-card {
    height: 100%;
    margin: 0 !important;
    padding: 26px 28px;
    border: 1px solid #d9e5f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 40, 70, .07);
}

.related-sites-grid .related-site-card:hover {
    border-color: #9fc3e9;
    box-shadow: 0 18px 36px rgba(20, 61, 104, .12);
}

.related-sites-grid .g-width-60,
.related-sites-grid h2 img {
    display: none;
}

.related-sites-grid h2 {
    margin: 0 0 14px;
    color: #0b2b55;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.related-sites-grid p,
.related-sites-grid li {
    color: #2f435d;
    font-size: 16.5px;
    line-height: 1.68;
}

.related-sites-grid p {
    margin: 0 0 16px;
}

.related-sites-grid ul {
    margin: 0;
    padding-left: 22px;
}

.related-sites-grid li {
    margin-bottom: 8px;
}

.related-sites-grid a {
    color: #075fb5;
    font-weight: 800;
    text-decoration: none;
}

.related-sites-grid a:hover,
.related-sites-grid a:focus {
    color: #003e7b;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .related-sites-hero {
        min-height: 235px;
        padding: 54px 0;
    }

    .related-sites-hero h1 span {
        font-size: 32px;
    }

    .related-sites-intro .container {
        padding: 28px 22px;
    }

    .related-sites-intro h2 {
        font-size: 25px;
    }

    .related-sites-grid {
        grid-template-columns: 1fr;
    }

    .related-sites-grid .related-site-card {
        padding: 24px 22px;
    }
}
