.teamDetail {
    width: 1200px;
    margin:50px auto 130px;
}
.teamWord {
    padding-left: 120px;
    text-align: justify;
}
.teamWord h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px; 
    margin-bottom: 20px;
}
.teamWord h3>span {
    margin-left: 5px;
    font-weight: normal;
}
.teamWord h3>span, .teamWord p {
    font-size: 15px;
}
.teamWord p {
    margin-top: 10px;
    line-height: 190%;
}
.teamWord p:nth-of-type(1) {
    margin-bottom: 60px;
    line-height: 220%;
}
.teamImg>img {
    width: 300px;
    height: 415px;
}

@media (max-width: 767px) {
    .teamImg>img {
        width: 100%;
        height: 100%;
    }
}
