
.testimonials-wrapper {

    position:relative;
    background:#fff;
    color:#000;
    padding:20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    height:250px;
    text-align:center;
    font-size:1.2em;
    border-radius:5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    font-family: georgia,serif;
    font-style:italic;
    color:#00aeef;
    border:2px solid #ddd;

}

.testimonials-wrapper p {

    font-size:1.2em;
    font-family: georgia,serif;
    font-style:italic;
    margin-bottom:10px;

}

.testimonials-quote-mark-1 {
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-left: -30px;
    line-height: 100%;
    background: #00aeef;
    font-family: georgia,serif;
    border-radius:100%;
    color: #fff;
    font-size: 90px;
    font-size: 4.375rem;
    text-align: center;
    font-style:normal;
}

.testimonials-quote-mark-2 {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: -30px;
    line-height: 100%;
    background: #00aeef;
    font-family: georgia,serif;
    border-radius:100%;
    color: #fff;
    font-size: 90px;
    font-size: 4.375rem;
    text-align: center;
    font-style:normal;
}

@media only screen and (max-width: 600px) {
 
    .testimonials-wrapper {

        height:330px;

    }

}
