.dwmod_prodfeat_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.dwmod_prodfeat_column {
    width: 33.33334%;
    padding: 0 20px;
}
.dwmod_prodfeat_title_wrp {
  	font-size: 30px;
  	padding-bottom: 25px;
}
.dwmod_prodfeat_desc_wrp {
    font-size: 16px;
}
.dwmod_prodfeat_img_wrp img {
    height: 85px;
}
@media only screen and (max-width: 980px){
  .dwmod_prodfeat_title_wrp {font-size: 15px;}
  .dwmod_prodfeat_img_wrp img {
    height: unset;
  }
}
@media only screen and (max-width: 767px){
  .dwmod_prodfeat_title_wrp {
	font-size: 20px;
  	padding-bottom: 20px;
  }
  .dwmod_prodfeat_desc_wrp {font-size: 14px;}
  .dwmod_prodfeat_img_wrp {margin-bottom: 0px;}
}
@media only screen and (max-width: 520px){
  .dwmod_prodfeat_column {width: 50%;}
}