.testimonial2
{
margin: 0;
background: #B7EDFF;
padding: 25px 50px;
position: relative;
color: #666;
border-radius: 5px;
background-image: linear-gradient(#CEF3FF, #B7EDFF);
font-size: 15px;
}

.testimonial2:before, .testimonial2:after
{
font-family: Georgia, serif;
content: "\201C";
position: absolute;
font-size: 80px;
line-height: 1;
color: #999;
font-style: normal;
}

.testimonial2:before
{
top: 0;
left: 10px;
}

.testimonial2:after
{
content: "\201D";
right: 10px;
bottom: -0.5em;
}

.arrow-down
{
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #B7EDFF;
margin: 0 0 0 25px;
}

.testimonial2-author
{
margin: 10px 0 40px 25px;
color: #000;
text-align:left;
font-size: 16px;
}

.testimonial2-author span
{
font-size: 14px;
color: #000;
}

.testimonial2 p
{
font-size: 16px;
line-height:28px;
}

.inner1 {
    background-color: #fff;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.17) !important;
    padding: 30px 70px;
}

