.top-title{
    background: url("../../../images/img/caddie.jpg") no-repeat top center;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: white;
    line-height: 170px;
    width: 100%;
    background-size: cover;
}
.info{
    width: 60%;
    max-width: 1200px;
    margin: 36px auto;
    font-size: 16px;
    line-height: 35px;
}
@media(max-width: 1182px) {
    .member{
        width: 1182px;
    }
}