.team-img {
    margin-top: 2rem;
}

.team-list-1,
.team-list-2,
.team-list-3,
.team-list-4 {
    background-size: 95% auto;
    background-repeat: no-repeat;
    height: 18rem;
    line-height: 18rem;
    font-size: 3rem;
    font-weight: bold;
}

.team-list-1,
.team-list-2 {
    margin-bottom: 2rem;
}

.team-list-1 a,
.team-list-2 a,
.team-list-3 a,
.team-list-4 a {
    color: #000;
}

.team-list-1 {
    background-image: url("../images/team/nav-team.png");
}

.team-list-2 {
    background-image: url("../images/team/nav-about.png");
}

.team-list-3 {
    background-image: url("../images/team/nav-service.png");
}

.team-list-4 {
    background-image: url("../images/team/nav-contact.png");
}

.team-title {
    margin: 2rem 0;
}

.team-title img {
    width: 100%;
}

.am-intro {
    margin-bottom: 2rem;
}

.am-intro-hd {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
    height:3rem;
    line-height:3rem;
}

.am-intro-bd {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
	padding:0.5rem;
}
    .am-intro-bd img {
        border: 1px solid #DCDCDC;
    }

    @media screen and (max-width:640px) {
        .team-list-1, .team-list-2, .team-list-3, .team-list-4 {
        height: 9rem;
        line-height: 10rem;
        font-size: 1.5rem;
        font-weight: bold;
    }
}