.banner{
    background: url(/assets/images/features-index/banner.png) no-repeat center;
    background-size: cover;
}
.banner .banner-wrap{
    padding: 170px 15px 150px;
}
.banner-panel{
    padding: 80px 15px 50px;
}
@media (max-width: 991px) {
    .banner h1{
        line-height: 1;
        font-size: 60px;
    }
}
.assets{
    background-color: #eee;
}
.assets-wrap>.row:not(:last-child){
    margin-bottom: 100px;
}
.assets .vertical-box .top{
    padding-left: 45px;
    padding-top: 35px;
}
.assets .tt .s-icon{
    margin-right: 15px;
}
.assets .tt{
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}
.assets .vertical-box .caption{
    text-align: left;
    display: table;
    margin-left: 35px;
}
.assets .vertical-box .caption ul {
    display: table-cell;
    width: 20000px;
}
.assets .vertical-box .caption li{
    margin-bottom: 10px;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}
.caption li a {
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
}
.caption li a:hover,
.caption li a:focus {
    color: #0087ff;
}
.assets .vertical-box{
    padding-bottom: 50px;
    min-height: 365px;
}

@media all and (min-width:992px){
    .assets-wrap .item{
        padding: 0 30px;
    }
    .assets .vertical-box .caption ul{
        padding-left: 0;
    }
}
@media all and (max-width:991px){
    .assets-wrap>.row .item:first-child{
        margin-bottom: 100px;
    }
}
@media all and (max-width:479px){
    .assets-wrap>.row .item .caption ul{
        width: 100%;
    }
}
.other{
    background: url(/assets/images/features-index/bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.other .other-wrap{
    padding: 70px 0;
}
.other .title{
    margin: 0 0 25px;
}
.other .des{
    margin-bottom: 30px ;
}

.offers{
	background-color: #eeeeee;
}
.offers h2{
	margin: 0 0 50px;
	text-align: center;
}
.offers .cnt .right p{
	min-height: 95px;
}
@media all and (max-width:991px){
	.offers .col-md-6{
		margin-bottom: 20px;
	}
}


@media all and (max-width: 576px) {
    .assets .vertical-box .caption,
    .assets .vertical-box .caption ul {
        display: block;
        width: auto;
    }
}
[lang="it"] .offers .cnt .right p {
    min-height: 115px;
}
@media (max-width: 420px) {
    .assets .vertical-box .caption{
        margin-left: 0;
    }
    .caption li a{
        word-break: break-word;
        white-space: initial;
    }
}