.hero{
    background: url(image/success.jpg);
    background-size: cover;
    width: 100%;
    height: 55vh;
}
.container6{
    margin-top: 6%;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
}
.testimonial{
    margin: 50px auto;
}
.testimonial h1{
    text-align: center;
    font-weight:bold ;
    color: black;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.testimonial .row{
    margin-top: 10px;
}
.col-md-4{
    margin: 10px auto;
}
.profile{
    padding: 70px 10px 10px;
    background-color: #efefef;
}
.profile img{
    top: 10px;
}
.user{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: #ff9800;
}
.profile span{
    font-size: 10px;
}
blockquote{
    font-size: 14px;
    line-height: 30px;
}
blockquote::before{
    font-size: 50px;
    position: relative;
    color: #ff9800;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
blockquote::after{
    font-size: 50px;
    position: relative;
    color: #ff9800;
    line-height: 10px;
    bottom: -15px;
    left: 5px;
}
.profile:hover{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}
.container h2{
    padding-left: 20px;
    font-size: 20px;
}
@media (max-width: 786px) {
   .container6{
       width: 557px;
   }
       .testimonial {
        margin-top: 57px;
        width: 605px;
        margin-left: 24px;
    }
    .box .box-title{
            font-size: 31px;
    }
    .profile{
height: 90vh;
        
    }  

    .profile img {
    width: 44%;
    height: 47%;
    margin-top: -7%;
}
blockquote {
    font-size: 24px;
    line-height: 36px;
    margin-top: 14px;
}
.profile h3 {
    font-size: 29px;
    margin-top: 20px;
    color: #ff9800;
}
.container{
    margin-top: 50px;
    width: 566px;
    margin-left: 18px;
}
}
