﻿.team-boxed {
}

    .team-boxed p {
        color: #7d8285;
    }

    .team-boxed h2 {
        font-weight: bold;
        color: inherit;
    }

@media (max-width:767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

    .team-boxed .intro p {
        margin-bottom: 0;
    }

.team-boxed .people {
    padding: 50px 0;
}

.team-boxed .item {
    text-align: center;
}

    .team-boxed .item .box {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-end-start-radius: 10px;
        border-end-end-radius: 10px;
        text-align: center;
        padding: 30px;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .team-boxed .item .name {
        font-weight: bold;
        margin-top: 28px;
        margin-bottom: 8px;
        color: inherit;
    }

    .team-boxed .item .title {
        font-weight: bold;
        color: #d0d0d0;
        letter-spacing: 2px;
        font-size: 12px;
    }

    .team-boxed .item .description {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .team-boxed .item img {
        max-width: 160px;
    }
