.title {
    color: #555;
    font-size: 40px !important;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.0001em;
    margin: 0 !important;
    padding: 0px 10px;
    text-transform: capitalize;
}

.grey {
    color: #555 !important;
}

@media (min-width: 992px)
section.features .device-container, section.features .feature-item {
    max-width: none;
}

section.features .device-container, section.features .feature-item {
    max-width: 300px;
    margin: 0 auto;
}

section.features .feature-item  {
    padding: 50px 0;
    text-align: center;     
}

section.features .feature-item i {
    font-size: 100px;
    background: -webkit-linear-gradient(to left, #000000, #000000);
    background: linear-gradient(to left, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 50px 0;   
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

