﻿.team-hero {
    height: 500px;
    min-height: 300px;
    padding-bottom: 20px;
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(/img/how-works/hero-shot.jpg) center/cover;
}

    .team-hero .wrapper h1 {
        padding-top: 120px;
        color: #fff;
        font-size: 50px;
        text-shadow: 1px 1px 2px #000;
    }

    .team-hero .wrapper p {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0;
        padding-top: 20px;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

@media only screen and (max-width: 34.375em) {
    .team-hero {
        height: auto;
    }

        .team-hero .wrapper h1 {
            padding-top: 20px;
            font-size: 33.5px;
            line-height: 1.8;5
        }

        .team-hero .wrapper p {
            line-height: 1.3;
        }
}

.sec-find-expert {
    background: #f6f6f6;
    padding: 20px 20px 10px 20px;
}

.page-footer {
    margin-top: 0;
}
