 .review {
        max-width:1000px;
        text-align:center;
        padding-top:30px;
        margin:auto;
        padding-left:15px;
        padding-right:15px;
    }

    p.review {
    font-family:sans-serif;
    font-weight:300;
    text-align: center;
    font-family:'Lato', Calibri, Arial, sans-serif;
    font-size:24px;
    color:#FFF;
    font-style:italic;
    text-shadow:.5px 0px #b14943;  
    }

    p.company-name {
        font-size:20px;
        color:#fff;
    }

    span.prev,.next {
    font-size:50px;
    color:#E96D65;
    text-decoration:none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    margin:0 60px; /* space between prev and next button */   
    }

    .prev:hover, .next:hover {
    color:white;
    }