.banner {
    font-family: 'HelveticaNeueLTPro lt', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #519df5 url(/assets/mb/images/background/ux-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 110px 0 135px 0;
    text-align: center;
}
.banner h1 {
    font-family: 'HelveticaNeueLTPro Bd', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 53px;
    font-size: 5.3rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 67px;
    letter-spacing: 1px;
    color: #1e252f;
    margin-bottom: 53px;
}
.banner p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #1e252f;
}
@media all and (min-width: 1200px) {

}
.sect1 {
    padding: 100px 0 110px 0;
}
.sect1 > .container > h2 {
    text-align: center;
    margin-bottom: 50px;

}
.sect1 > .container > p {
    max-width: 820px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: auto;
    color: #1e252f;
}

.sect1 > .container > .inner {
    max-width: 1200px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 1px
    rgba(11, 67, 181, 0.3);
    -moz-box-shadow: 2px 2px 20px 1px
    rgba(11, 67, 181, 0.3);
    box-shadow: 2px 2px 20px 1px
    rgba(11, 67, 181, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 57px auto 0;
    padding: 50px;
}
.sect1 .inner dt {
    font-family: 'HelveticaNeueLTPro Bd', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    font-stretch: normal;
    padding: 10px 0;
    letter-spacing: 0px;
    color: #1e252f;
}
.sect1 .inner dt:before {
    content:'';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 10px;
    height: 20px;
    background-image: linear-gradient(0deg,
    #468ae7 0%,
    #0e6dee 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.sect1 .inner dd > p {
    margin: 5px 0 22px 0;
    color: #1e252f;
}
.sect1 .inner dd > ul {
    padding-left: 1em;
    color: #1e252f;
}
.sect1 .inner dd > ul > li {
    list-style-type: disc;
}
.sect1 .inner dd.divider {
    width: auto;
    display: block;
    height: 1px;
    background-color: #e4e8f4;
    margin: 30px 0 15px;
}

.sect-l {
    background: #e5f1ff url(/assets/mb/images/background/ux-bg2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 110px 0;
}
.sect-l h2 {
    font-family: 'HelveticaNeueLTPro Bd', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #1e252f;
    text-align: center;
    margin-bottom: 62px;
}
.sect-l .tb {
    display: table;
    max-width: 1060px;
    margin: auto;
}
.sect-l .tb > * {
    display: table-cell;
    vertical-align: middle;
}
.sect-l .tb > .ls {
    padding-left: 52px;
}
.sect-l .tb > .ls > p {
    color: #1e252f;
}
.sect-l .tb > .ls > p:first-child {
    margin-bottom: 35px;
}