section.nutrients{
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
section.nutrients .top{
  max-width: 650px;
  margin: auto;
  text-align: center
}
section.nutrients .top h2{
  margin-bottom: 15px;
}
section.nutrients .top p{
  margin-bottom: 25px;
}
section.nutrients .columns{
  background-size: 100% 100%;
  margin-top: -35px;
  padding-top: 135px;
  padding-bottom: 30px;
}
section.nutrients .columns .top_col-txt {
  text-align: center;
  max-width: 420px;
  margin: auto;
  margin-top: 30px;
}
section.nutrients .columns .top_col-txt h3 {
  color: #fff;
}
section.nutrients .flex{
  display: flex;
  justify-content: space-between;
}
section.nutrients .flex .col{
  width: 30%;
  text-align: center;
  padding-top: 0;
}
{#section.nutrients .flex .col img.anim{
  background-image: url(https://f.hubspotusercontent40.net/hubfs/5514491/Abbott%202021/PediaSure/Homepage/PediaSure-pack-back.png);
  transition: all .5s ease-out;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
section.nutrients .flex .col img.anim:hover{
  /*transition: all .8s ease-in;*/
  background-size: 40%;
  transition: all .5s ease-in;
  background-position: center 100%;
}#}
section.nutrients .flex .text div {
  margin-bottom: 45px;
}
section.nutrients .flex .col h3, section.nutrients .mob h3{
  color: #fff;
  margin-bottom: 10px;
}
section.nutrients .flex .col p, section.nutrients .mob p{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 0px;
}
section.nutrients .mob{
  text-align: center;
  margin-top: 40px;
}
section.nutrients .note_box {
  text-align: center;
}

@media (max-width: 991px) {
  section.nutrients {
    padding: 55px 0;
    padding-bottom: 0;
  }
  section.nutrients .columns {
    background-size: cover;
    margin-top: -80px;
    padding-top: 111px;
    padding-bottom: 155px;
    background-position: center;
  }
  section.nutrients .flex{
    flex-flow: column;
    margin-top: 30px;
  }
  section.nutrients .flex .col{
    width: 100%;
    margin-top: 40px;
  }
  section.nutrients .flex .col.text{
    display: none;
  }
  section.nutrients .flex .col h3 {
    margin-bottom: 5px;
  }
  section.nutrients .flex .col .icon {
    margin-bottom: 10px !important;
  }
  section.nutrients .mob{
    display: block !important;
  }

  section.nutrients .mob .slick-prev, section.nutrients .mob .slick-next {
    margin-top: 85px;
    width: 50px;
    height: 50px;
  }
  section.nutrients .mob .slick-dots {
    bottom: -70px;
  }
  section.nutrients .mob .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
  }
  section.nutrients .mob .slick-dots li button:before {
    font-size: 9px;
    color: #fff;
    opacity: 1;
  }
  section.nutrients .mob .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #eeb33b;
    font-size: 13px;
  }
  section.nutrients .mob .slick-next {
    right: -5px;
    z-index: 3;
  }
  section.nutrients .mob .slick-prev {
    left: -10px;
    z-index: 3;
  }
  section.nutrients .mob .slick-prev:before{
    content: url(https://f.hubspotusercontent40.net/hubfs/5514491/Abbott%202021/PediaSure/Homepage/arrow_left.svg);
    opacity: 1;
  } 
  section.nutrients .mob .slick-next:before{
    content: url(https://f.hubspotusercontent40.net/hubfs/5514491/Abbott%202021/PediaSure/Homepage/arrow_right.svg);
    opacity: 1;
  }
  section.nutrients .mob.slick-initialized .slick-slide {
    margin: 0 10px;
  }
  section.nutrients .note_box {
    margin-top: 120px;
  }
}