/*
$breakpoints:(
    "xs" "(max-width: 375px)",
    "s" "(max-width: 480px)",
    "m" "(max-width: 768px)",
    "l" "(max-width: 1024px)",
    "xl" "(min-width: 1025px)"
);
*/
.c-icon-grid {
  flex-wrap: wrap;
  justify-content: center; }
  .c-icon-grid .slick-dots {
    position: initial;
    display: flex;
    justify-content: center; }
    .c-icon-grid .slick-dots button {
      background-color: #DBE1E3; }
    .c-icon-grid .slick-dots li.slick-active button {
      background-color: #44555F; }
    .c-icon-grid .slick-dots li:before {
      content: none; }

.c-icon-grid--img {
  max-height: 50px; }
