.b-text + .b-text {
    margin-top: 0px !important;
    }
.banner-product + .b-text {
    margin-top: 40px !important;
    }
.b-text ul{
   margin-left: 40px !important;
    }
.b-text ol{
   margin-left: 40px !important;
    }
.b-text{
    width: 80%;
    background-repeat: no-repeat;
    position: relative;
    clear: both;
    font-size: 16px;
    margin-top: 80px;
    padding: 30px 10%;
   }

.dark.b-text{
    background-color: #f5f7fa;
    }
.b-text.white p{
    color: white;
    }
.b-text.white{
    color: white;
    }
.b-text>.title{
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 30px;
    }

li .title{
    font-weight: bold;
    }

.b-text>.subtitle{
    color: #a0a0a0;
    font-size: 24px;
    line-height: 50px;
    }
.b-text>.center{
    text-align: center;
    }
.b-text li{
    margin: 0 0 10px;
    line-height: inherit;
    }
