.features {
    padding-top: 50px;
    padding-bottom: 50px;
}

.features .fa {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 58px;
}

.features .h5 {
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-top: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
}