aside .widget {
    position: relative;
    float: left;
    display: block;
    background: #fff;
    padding: 13px 15px 15px;
    margin: 0 0 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

aside .widget h2 {
    margin: 0 0 15px;
    color: #e90c8b;
    font-size: 1.4em;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.8em;
    border-bottom: 1px solid #ccc;
}

aside .widget h3 {
    padding: 0 0 0px;
    color: #003975;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: -0.03em;
}

aside .widget p {
    margin: 0 0 13px;
    font-size: 1em;
}

aside .assistance-number i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: #e90c8b;
    font-size: 1.9em;
}

aside .assistance-number a {
    font-size: 1.3em;
    color: #e90c8b;
    /* padding: 1px 0 20px 25px; */
    font-weight: bolder;
}

.box-preventivo {
    margin-top: 0 !important;
    height: 406px;
    background: #414042 !important;
    color: #fff;
    padding: 20px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.box-preventivo h2 {
    color: #fd7516;
    text-transform: uppercase !important;
    font-size: 30px !important;
    line-height: 1 !important;
    border-bottom: none !important;
}

.box-preventivo p {
    font-size: 25px !important;
    line-height: 1.2;
    margin: 20px 0 43px !important;
}

.servizi-offerti i {
    text-align: center;
    display: block;
    font-size: 32px;
    height: 32px;
    color: #e90c8b;
}


.nopadding {
    margin: 0!important;
    padding: 0!important;
}
.features-bg {
    position: relative;
    min-height: 480px;
    background: url(../../media/img/about/features-intro-01.jpg) no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    min-height: 480px;
    text-align: center;
    line-height: 400px;
}

.features-content {
    position: relative;
    padding: 11% 100px 10% 100px;
    min-height: 480px;
    background-color: #de631c;
    color: #fff;
    font-size: 14px;
}

.features-content h3 {
    font-family: "Gochi Hand",cursive;
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
}
