/*Enter any custom css in this file*/
.quotes {
    h4 {
        color: #fefefe;
        font-size: 1rem;
        font-style: italic;
        margin-bottom: 0.2rem;
    }
    p {
        color: #d1d1d1;
        font-size: 14px;
    }
}