/* ========================================
   WHO WE HELP
======================================== */

.who-we-help {
    padding: 20px 20px 50px;
    background: #ffffff;
}

.who-we-help-icon {
    text-align: center;
    margin-bottom: -10px;
}

.who-we-help-icon img {
    width: 150px;
    height: auto;
}

.who-we-help-heading {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto 40px;
}

.who-we-help-title {
    font-size: 3rem;
    color: #051f45;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 15px;
}

.who-we-help-title::before,
.who-we-help-title::after {
    content: "";
    width: 110px;
    height: 2px;
    background: #b18024;
}

.who-we-help-intro {
    font-size: 1.2rem;
    color: #5a6178;
    line-height: 1.7;
}

.who-we-help-intro::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #b18024;
    margin: 30px auto 0;
}

.anchor-section {
    scroll-margin-top: 130px;
}

.who-we-help-grid {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    justify-content: center;
    gap: 24px;
    margin-top: 30px;
}

.who-we-help-card {
    background:
        linear-gradient(
            rgba(5,31,69,.25),
            rgba(5,31,69,.40)
        ),
        url('../images/backgrounds/navy-mountain.png');

    background-size: cover;
    background-position: center top;
}

.who-we-help-card,
.who-we-help-card:visited,
.who-we-help-card:hover,
.who-we-help-card:active {
    text-decoration: none;
    color: inherit;
}

.who-we-help-card * {
    text-decoration: none;
}

.who-we-help-card:hover {
    transform: translateY(-8px);
    border-color: #b18024;
    box-shadow: 0 20px 40px rgba(5,31,69,.20);
}

.who-we-help-card {
    background-color: #051f45;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid #b18024;
}

.who-we-help-card-content {
    padding: 0 30px 30px;
    text-align: center;
    color: #fff;
    flex: 1;
}

.who-we-help-card-icon {
    width: 80px;
    height: 80px;

    background: #fff;
    border: 3px solid #b18024;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 30px auto 25px;

    position: relative;
}

.who-we-help-card-icon img {
    width: 38px;
    height: 38px;
    display: block;
}

.who-we-help-card-title {
    color: #ffffff;
    font-size: 1.7rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.who-we-help-card-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #b18024;
    margin: 18px auto 0;
}

.who-we-help-card-text {
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1rem;
}

.who-we-help-link {
    color: #b18024;
    font-weight: 600;
    letter-spacing: .5px;
}

.who-we-help-footer {
    text-align: center;
    margin-top: 50px;
    color: #051f45;
    font-size: 1.15rem;
    font-weight: 600;
}