.topbg {
    max-width: 1920px;
    height: 300px;
    margin: auto;
    background: url(/static/portal/images/index/top-bg.png) 50%
}

.title {
    padding-top: 95px;
    font-size: 36px;
    font-weight: 600;
    color: #fff
}

.text,
.title {
    width: 1200px;
    margin: auto
}

.text {
    font-size: 24px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .9);
    line-height: 30px;
    margin-top: 10px;
    opacity: .7
}

.about .main {
    width: 1200px;
    margin: auto
}

.about .main .about-title {
    font-size: 32px;
color: #212529;
font-weight: 600;
padding: 50px 0 30px 0
}

.about .main .about-text {
    font-size: 16px;
    line-height: 36px
}

.about .main .map {
    margin-top: 60px;
    margin-bottom: 100px
}