@media (min-width: 768px) and (max-width: 980px) {
  .hero .et_pb_row {
    padding-bottom: 60px !important;
  }
  .hero .et_pb_column {
    width: 70%;
  }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px !important;
        line-height: 1em !important;
    }
    h2 {
        font-size: 28px !important;
        line-height: 1.2em !important;
    }    
    p {
        line-height: 1.4em!important;
    }
    .hero {
      padding: 0 0 0 0 !important; 
    }
    .hero .et_pb_row {
      width: 100%;
      padding: 0 !important;
    }
    .hero .et_pb_column {
      margin: 0;
      border-radius: 0 !important;
      padding: 80px 40px;
      background-color: rgba(255,255,255,0.5)
    }
    .hero .et_pb_module {
      text-align: center !important;
    }
    .strong-view.default.controls-type-sides .testimonial-inner {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
	} 
    .wpmslider-viewport{
        height: 480px !important;
    }
    .wpmslider-viewport div {
        max-height: 480px !important;
    }
    .testimonial-content{
        height: 380px !important;
        overflow: auto !important;
    }
	.strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
    	left: 0 !important;
	}
	.strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
	    right: 0 !important;
	}	
}