@media only screen and (max-width: 320px){

}
@media only screen and (max-width: 375px){

}
@media only screen and (max-width: 414px){

}

@media only screen
and (min-width: 320px) and (max-width: 414px){
  .our-prod-wpr h3 {
      margin-top: 20px;
  }
}

@media only screen and (max-width: 768px){
  .our-strength {
    text-align: center;
    background:none;
  }
  .strength-content img, div.strength-text{
    float:none;
  }
   div.strength-text{
     margin-left:0 !important;
     width:100% !important ;
   }
  .our-strength h1 {
      margin-bottom: 30px;
  }
  .our-strength .simple-quote-wpr {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px){
  .our-strength{
    position: relative;
    background-size: 60%;
  }
}
