@media only screen and (min-width: 768px) {
.features_time p{
        color:ghostwhite;
        margin-top:10px;
    }
    .features_time {
        text-align: center;
    }

}


@media only screen and (max-width: 768px) {

.features_time p{
        color:ghostwhite;
        margin-top:10px;
    }
    .features_time {
        text-align: center;
    }

}