.views-fluid-grid .views-field-title, .views-field-body {
    background: transparent none repeat scroll 0 0;
    padding-left: 10px;
    text-align: center;
}
.view p {
    color: #000;
    font-family: roboto;
    font-size: 17px;
    padding: 10px 10px 0px;
    position: relative;
    text-align: center;
}
.view h2 {
    background: #fff none repeat scroll 0 0;
    color: #E675AD;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 2px solid #000;
    max-width: 300px;
    margin: 0 auto;
}