.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%;
}

.service-info img {
    width: 100%;
}

.service-info .am-u-sm-12 {
    margin-bottom: 2rem;
}
.fitting-process label{
    padding: 0.5rem 3rem;
    border-radius: 15px;
    font-size: 2rem;
    border: 1px solid #fff;
}
.fitting-facility {
    padding-top: 2rem;
}
.fitting-facility a {
    padding: 0.5rem 3rem;
    border-radius: 15px;
    font-size: 2rem;
    border:1px solid #fff;
    color:#000;
    font-weight:bold;
}
    .fitting-facility .yp-ss {
        margin-bottom: 2rem;
    }

.call-phone a {
    font-size: 1.7rem;
    background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 25px;
}

.call-phone a span {
    background-color: #fff;
    color: #00a1a7;
    padding: 0 0.7rem;
    border-radius: 25px;
}

.call-phone {
    margin-bottom: 5rem;
}

.map {
    height: 35rem;
}

form h2 {
    text-align: center;
}

form .am-btn-default {
    background: -webkit-linear-gradient(left, #00a1a7, #1fcdd1);
    color: #fff;
}
/*.fitting-facility-info div {
    display: table-cell;
    vertical-align: bottom;
}*/
.fitting-facility label {
    color: #fff;
    margin-top:8rem;
}

@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;
    }
}