.features-boxed {
    background-color: #fff
}

.features-boxed p {
    color: #7d8285;
    text-align: justify;
    font-family: Sahel
}

.features-boxed a {
    margin-top: 16px;
    font-family: Sahel
}

.features-boxed h3 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 10px;
    font-family: Sahel
}

@media (max-width:767px) {
.features-boxed h3 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
}
}

.features-boxed .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto
}

.features-boxed .intro p {
    margin-bottom: 0
}

.features-boxed .features {
    padding: 18px 0
}

.features-boxed .item {
    text-align: center;
}

.features-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #f6f9fb;
    margin-bottom: 18px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #8f9fa9;
}

.features-boxed .item .box:hover {
    margin-top: -6px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc
}

.features-boxed .item .icon {
    font-size: 60px;
    color: #1485ee;
    margin-top: 18px;
    margin-bottom: 18px
}

.features-boxed .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit
}

.features-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px
}