.two-cols-v34{
  padding: 100px 0;
}
.two-cols-v34-main{
  display: flex;
  justify-content: space-between;
    align-items: center;
}
.two-cols-v34-col{
  width: 46%;
}
.two-cols-v34-col-img img{
  width:100%;
}
.two-cols-v34-main .two-cols-v34-col h5{
    color: #FF7530;
  text-transform: capitalize;
}
.two-cols-v34-col h6{
  font-size: 16px;
}
.two-cols-v34-testimonial{
  padding: 40px;
  margin: 40px 0 0 0;
  border-radius: 16px;
}
.two-cols-v34-testimonial h4{
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.two-cols-v34-testimonial p{
  margin-bottom: 0;
}
.two-cols-v34-testimonial img{
  width: 15% !important;
}
@media (max-width: 850px){
  .two-cols-v34-main {
    flex-wrap: wrap;
  }
  .two-cols-v34-col {
    width: 100%;
  }
  .two-cols-v34-col-img{
    margin-top: 30px;
    text-align: center;
  }
  .two-cols-v34-col-img img{
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  .two-cols-v34-col-img img {
    width: 60%;
  }
  .two-cols-v34-col h3 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 575px){
  .two-cols-v34-col-img img {
    width: 70%;
  }
  .two-cols-v34-testimonial img {
    width: 25% !important;
  }
}
@media (max-width: 420px){
  .two-cols-v34-testimonial img {
    width: 30% !important;
  }
  .two-cols-v34-col-img img {
    width: 100%;
  }
}
@media (max-width: 375px){
  .two-cols-v34-col h3 {
    font-size: 29px;
    line-height: 42px;
  }
  }
}