.fuds {
  margin: 0;
  padding: 50px 0 60px 0;
  background: #f1f1f1;
}
.fuds .fuds_container {
  width: 964px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.fuds .fuds_container  .icon1 {
  background: url("/-/media/images/Homepage-banners/s_footer_1_trustpilot.svg")
    center no-repeat;
  height: 115px;
  width: 120px;
}
.fuds .fuds_container  .icon2 {
  background: url("/-/media/images/Homepage-banners/s_footer_2_uk_manufactured.svg")
    center no-repeat;
  height: 120px;
  width: 120px;
}
.fuds .fuds_container  .icon3 {
  background: url("/-/media/images/Homepage-banners/s_footer_3_no1_for_trade.svg")
    center no-repeat;
  height: 119px;
  width: 120px;
}
.fuds .fuds_container  .icon4 {
  background: url("/-/media/images/Homepage-banners/s_footer_4_25_year_guarantee.svg")
    center no-repeat;
  height: 121px;
  width: 122px;
}
.fuds .fuds_container  .icon5 {
  background: url("/-/media/images/Homepage-banners/in_stock.svg")
    center no-repeat;
  height: 119px;
  width: 120px;
}
.fuds .fuds_container .divider {
  background: url("/-/media/images/Homepage-banners/divider.png");
  height: 120px;
  width: 2px;
}


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


  .fuds {
    padding: 16px 0 24px 0;
  }
.fuds .fuds_container  {
    width: 720px;
  }
.fuds .fuds_container  .icon1 {
    background: url("/-/media/images/Homepage-banners/s_TrustPilot.svg")
      center bottom no-repeat;
    height: 120px;
    width: 120px;
    padding: 0 20px;
  }
.fuds .fuds_container  .icon2 {
    background: url("/-/media/images/Homepage-banners/s_UK_Manufactured.svg")
      center bottom no-repeat;
    height: 120px;
    width: 120px;
    padding: 0 20px;
  }
.fuds .fuds_container .icon3 {
    background: url("/-/media/images/Homepage-banners/s_No1_Kitchen.svg")
      center bottom no-repeat;
    height: 120px;
    width: 120px;
    padding: 0 20px;
  }
.fuds .fuds_container  .icon4 {
    background: url("/-/media/images/Homepage-banners/s_25_Guarantee.svg")
      center bottom no-repeat;
    height: 120px;
    width: 120px;
    padding: 0 20px;
  }
 .fuds .fuds_container  .icon5 {
    background: url("/-/media/images/Homepage-banners/in_stock_mob.svg")
      center bottom no-repeat;
    height: 120px;
    width: 120px;
    padding: 0 20px;
  }
  /****** spacer between the blocks ***/

  .fuds .fuds_container .divider {
    height: 100px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
       .fuds {
    padding: 12px 0 16px 0;
  }

  .fuds  .fuds_container {
    width: 375px;
    flex-flow: row wrap;
  }

  
.fuds .fuds_container .icon3, .icon4, .icon5 {
    border-top: 2px solid #d8d8d8;
  }
   .mob_hide {
    display: none;
  }
 
}
@media only screen and (max-width: 440px) {

  .fuds  .fuds_container  {
    width: 332px;
  }


  .fuds  .fuds_container  .icon1, .icon2, .icon3, .icon4, .icon5 {
    padding: 0 10px;
  }

}

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

  .fuds  .fuds_container {
    width: 320px;
  }
}