.banner {
    background: url('/assets/images/backgrounds/howtoupgrade-bg_br.jpg') no-repeat center;
    background-size: cover;
}
.banner .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner .banner-panel{
    padding: 90px 55px;

}
.banner h1{
    font-size: 48px;
    color: #091871;
    margin-bottom: auto;
}
.detail{
    background: #eee;
}
.detail .container{
    padding-top: 80px;
    padding-bottom: 80px;
}

.horizontal .left{
    font-size: 30px;
    font-weight: bold;
    background-color: #091871;
    line-height: 1;
    padding: 60px 40px;
    color: #ffffff;
}
.horizontal .right{
    padding-left: 30px;
}
.horizontal{
    margin-bottom: 30px;
}
.horizontal p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
[lang="jp"] .banner {
    background: url(/assets/images/localization/jp/banner/howtoupgrade-banner.jpg) no-repeat center;
}