.flex {
  display: flex;
}
.span4 .box .blurb_img img{
  width: 100%;
  /*   min-width: 100px !important; */
  /*   max-height: 100px !important; */
}
.span3 .blurb_img img {
  min-width: 100px;
  max-width: 100%;
}
.span12 {
  width: 95%;
}

.blurb {
  width: 95%;
  margin: 12px;
}

/* Desktops, large screens responsive */
@media only screen and (max-width: 1200px) and (min-width: 1025px) {}

/* Small screens, laptops responsive */
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  } 
  .blurb_img img {
    /*     width: 100% !important; */
  } 
  .span4 {
    width: 47.33% !important;
  }
  .span12 {
    width: 97%;
  }
  .span3 {
    width: 45% !important;
  }
  .blurb {
    width: 100%;
    margin: 9px;
  }
  .dnd_area-row-3-padding {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 641px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }  
  .span3 {
    width: 46% !important;
  }
  .span4 {
    width: 30% !important;
  }
  .blurb {
    padding: 0 0 30px 0 !important;
  }
  .blurb_title{
    font-size: 18px !important;
    padding-left: 17px !important;
  }
  #hs_cos_wrapper_dnd_area-module-10 .blurb_desc {
    color: #555555;
    font-size: 15px !important;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 0 !important;
    padding-left: 17px !important;
  }
  .span5  {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) and (min-width: 481px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }  
  .span3 {
    width: 100% !important;
  }
}
/* iPads, Tablets responsive */
@media only screen and (max-width: 768px) and (min-width: 481px) {

  .blurb_img img {
    /*     width: 99% !important; */
  } 
  .dnd_area-row-3-padding {
    padding: 0 !important;
  }
}

/* Mobile devices responsive */
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .span4 .blurb_img img {
    /*     width: 100% !important; */
  } 
  .flex {
    display: block !important;
    margin-top: 20px;
  }
  .blurb {
    margin: 0 0 20px 0;
  }
  #hs_cos_wrapper_dnd_area-module-16 .span3 .box {
    padding-top: 40px;
  }
  /*   .dnd_area-row-3-padding {
  padding: 0 !important;
} */
}
}