
.k-testimonial4{
     margin-top: 150px;
     margin-bottom: 250px;
     background: #F2F2FD;
     height: 425px;
     width: 100vw;
 }
 .k-test4-header{
     margin-top: 80px;
    font-family: 'Paytone One', sans-serif;
    font-size: 39px;
     line-height: 47px;
     color: #05034E;
 
 }
 .k-test4-item2{
     margin-top: 35px;
 }
 .k-test4-item-card{
     background: #FFFFFF;
     box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.08);
     border-radius: 30px;
     padding: 30px;
 }
 .k4-qoute{
     width: 40px;
     height: 35px;
     margin-bottom: 25px;
 }
 .k4-commont{
     font-weight: 600;
     font-size: 25px;
     line-height: 34px;
     color: #303030;
     margin-bottom: 40px;
 }
 .k4-profile{
     width: 90px;
     height: 90px;
     margin-right: 20px;
 }
 .k4-name{
     font-weight: 600;
     font-size: 16px;
     color: #000000;
     margin-bottom: 10px;
 }
 .k-test4-item3{
     margin-top: 85px;
 }
 .k4-company{
     font-size: 14px;
     line-height: 22px;
     color: #000000;
 }
 @media only screen and (max-width: 900px){
     .k-testimonial4 {
         height: 900px;
     }
     .k-test4-item{
         margin-top: 50px !important;
     }
 }
 
 @media only screen and (max-width: 550px){
     .k-testimonial4 {
         height: 1300px;
     }
     .k-test4-header {
         margin-top: 30px;
     }
     .k-testimonial4{
          margin-bottom: 100px;
        
      }
 }
 
 
 
 
 
 