.map{
    height: 500px;
    margin-top: var(--header-height);
}
.map .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45% center;
}
.map iframe{
    width: 100%;
    height: 100%;
}

.content-outer{
    padding: 50px 0;
}
.content-outer .content-inner{
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
}
.content-outer .content-inner h1{
    color: #333;
    font-size: 36px;
    text-align: center;
    line-height: 36px;
}

.content-outer .content-inner h2{
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    padding-bottom: 10px;
    margin-top: 35px;
}
.content-outer .content-inner ul{
    font-size: 14px;
}
.content-outer .content-inner h4{
    margin-top: 35px;
}

@media screen and (max-width:1024px) {
    .content-outer .content-inner h1{
        font-size: 28px;
        line-height: 30px;
    }
    .content-outer .content-inner h2{
        font-size: 20px;
        line-height: 22px;
    }
}