.banner {
    background: url("/assets/images/backgrounds/bu-pxe-tool-banner-bg.jpg") no-repeat center;
    background-size: cover;
}
.banner .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner .banner-panel{
    padding: 60px 10px;
}
.banner .banner-panel .btn{
    margin-bottom: 5px;
}
.banner h1{
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1;
    color: #091871;
    margin-bottom: 30px;
}
.banner h1 small{
    font-size: 36px;
    color: #333333;
}
.banner  .f-20{
    margin-bottom: 60px;
}
.banner a{
    margin: auto 20px;
    min-width: 220px;
}
.tool .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.tool h3{
    font-size: 36px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 10px;
}
.tool h2{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    color: #091871;
}
.tool p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 40px;
}
.the{
    background:#eee;
}
.the .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.the .head{
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #2f2f2f;
}
.the  p{
    margin: auto;
    font-size: 14px;
    line-height: 22px;
    color: #2f2f2f;
    opacity: 0.7;
}
.the  ul li{
    font-size: 14px;
    line-height: 22px;
    color: #2f2f2f;
    opacity: 0.7;
}
.the .icon-left[class*='dots'] li::before {
    border: 2px solid #091871;
}
.the .horizontal{
    max-width: 1040px;
    margin: 0 auto 30px;
    padding: 15px;
}

.community h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 70px;
}
.community .vertical-box{
    background: initial;
    padding-top: 30px;
}
.community h5{
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #2f2f2f;
    margin-top: 30px;
    margin-bottom: 25px;
}
[lang="es"] .community h5 {
    font-size: 1.8rem;
}
.community .des{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.one{
    background: #eee;
}

.one .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.one h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #1a1a1a;
}
.one p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 40px;
}
.one  a{
    margin: auto 20px;
    min-width: 250px;
}
@media (max-width: 991px) {
    .one  a{
       margin-bottom: 10px;
    }
}

@media all and (min-width: 992px) {
    [lang="de"] .community h5 {
        min-height: 40px;
    }
}