.team-clean {
    color: #313437;
    background-color: #f7f8f9;
    padding-top: 80px;
    padding-bottom: 40px;
}

    .team-clean p {
        color: #1e1e1e;
        font-family: roboto, sans-serif;
        letter-spacing: 0.7px;
    }

    .team-clean .intro {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto;
        height: auto;
    }

        .team-clean .intro p {
            margin-bottom: 0;
        }

    .team-clean .people {
        padding-bottom: 40px;
    }

    .team-clean .item {
        padding-top: 50px;
    }

        .team-clean .name {
            font-weight: bold;
            margin-top: 28px;
            margin-bottom: 8px;
            color: inherit;
        }

        .team-clean .title {
            text-transform: uppercase;
            font-weight: bold;
            color: #d0d0d0;
            letter-spacing: 2px;
            font-size: 13px;
        }

        .team-clean .description {
            font-size: 15px;
            margin-top: 15px;
            margin-bottom: 20px;
        }

        .team-clean .img-circle {
            max-width: 160px;
        }

    .team-clean .social {
        font-size: 18px;
        color: #a2a8ae;
    }

        .team-clean .social a {
            margin: 0 10px;
            display: inline-block;
            opacity: 0.7;
        }

            .team-clean .social a:hover {
                opacity: 1;
            }

            .team-clean .social a .fa-instagram {
                color: red;
            }

@media (max-width:767px) {
    .team-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
