.banner {
    position: relative;
}
.banner .brand-banner {
    width: 100%;
}
.banner .brand-about {
    position: absolute;
    left: 1.25rem;
    bottom: .625rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10.625rem;
    margin-left: -5.3125rem;
    margin-top: -1.3125rem;
}
.story {
    padding: 1.5625rem 1.25rem 3.125rem;
    background: #fff;
}
.story .item {
    font-size: .875rem;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(71, 71, 71, 1);
    margin-bottom: 1.25rem;
}
.CustomerService,
.MediaandNewsConsulting,
.BusinessConsulting {
    margin-top: 3.125rem;
}
.CompanyAddress {
    margin-top: 3.125rem;
}
.CustomerService .ServiceTitle,
.ConsultingTitle,
.BusinessTitle,
.personDataTitle,
.CompanyAddressTitle {
    font-size: 1.25rem;
    font-family: AvenirNext-Medium;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    margin-bottom: .625rem;
}
.ServiceText,
.ConsultingText,
.BusinessText,
.personDataText,
.CompanyAddressText {
    margin-bottom: 3.125rem;
    font-size: .875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.CompanyAddressText {
    margin-bottom: 0;
}
.ServiceText2,
.ServiceText5,
.ConsultingText2,
.BusinessText2,
.personDataText2 {
    color: #08b1f0;
}
.CompanyAddressImg1,
.CompanyAddressImg2 {
    width: 100%;
    margin-top: .625rem;
    margin-bottom: 1.5625rem;
}
.CompanyAddressImg2 {
    margin-bottom: 0;
}
#footer {
    margin-top: 0;
}
