.page-content2 {
    float: left;
    width: 725px;
    border: 1px solid #c8c8c8;
    margin: 0;
}
.page-content {
    float: none;
    width: 703px;
    display: block;
    margin: 15px auto;
    overflow: hidden;
}

.testimonial-header {
    float: left;
    width: 700px;;
    padding: 20px;
    background: #fff;
}

.testimonial-header h2 {
    font-size: 25px;
    line-height: 30px;
    color: #424242;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.testimonials-listing {
    float: left;
    padding: 0 65px 40px;
    background: #fff;
}
page-content .content {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.page-content .content h3 {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #196e9e;
}
.testimonials-listing .content p {
    font-size: 15px;
    line-height: 18px;
    color: #424242;
}

.page-content .content p {
    font-size: 13px;
    line-height: 20px;
    color: #424242;
    padding-bottom: 10px;
}
.testimonials-listing .content p {
    font-size: 15px;
    line-height: 18px;
    color: #424242;
}
.page-content .content p {
    font-size: 13px;
    line-height: 20px;
    color: #424242;
    padding-bottom: 10px;
}


@media only screen and (max-width:750px){
    .page-content ,.testimonial-header, .testimonials-listing{
        width: 420px;
    }
}
@media only screen and (max-width:750px){
    .page-content {
        width: 90%;
    }
    .testimonial-header,.testimonials-listing{
        width:100%; 
    }
}