.quote {
    text-align: center;
    background-color: black;
    color:white;
    padding-top: 4%;
    padding-bottom: 4%;
    font-family: GloberLight, sans-serif;
}

/*.quote .container:hover {
    -webkit-transform: translate(.4%,-.4%);
    transform: translate(.4%,-.4%);
}*/

.quote p{
    font-size: 1.8em;   
}

.quote h1{
    color:#22b081;
    font-family: GothamBlack, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0;
}

.quote_green{
    background-color: #22b081;
    color:white;
}

.quote_green h1{
    color: #282928;
}

.quote_white{
    background-color: #ebebeb;
    color:black;
}

.quote_white h1{
    color: #22b081;
}


.quote .container{
     transition:1s;   
}

.quote br{
    display: none;
}

@media (min-width:650px)
{
    .quote br{
        display:inline;
    }
}

