@media screen and (max-width:992px){
  .sections-col{
      flex: 1 0 33.3%;
      margin-bottom: 15px;
  }
}
