*{
    font-family: "Maven Pro", sans-serif;
    color: #222222;
}
h6{
    color: rgba(0,0,0,.6);
    font-size: 17px;
    font-weight: 500;
}

h5{
    font-size: 18px;
}
.rate{
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, .4);
    line-height: 18px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    word-wrap: break-word;
}

.rate h6{
    color: rgba(0,0,0,.6);
}

.rate p{
    color: rgba(0,0,0,.6);
}

.rate i{
    color: rgba(0,0,0,.6);
}

.footer p{
    color: #c0c0c0;
}