{#  #}

.icon-module .content-wrapper .label {
  color: #212a34;
  padding-bottom: 24px;
  letter-spacing: 3.6px;
  line-height: 1.6;
  font-family: Neue Helvetica Light,Arial,sans-serif;
}
.icon-module .content-wrapper .title {
  color: #1F2934;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.2px;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 768px) {
  .icon-module .content-wrapper .title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.6px;
    margin-bottom: 32px;
  }
}
.icon-module .content-wrapper .subtitle {
  color: #4E5966;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .icon-module .content-wrapper .subtitle {
    margin-bottom: 56px;
  }
}
.icon-module .content-wrapper .icons-wrapper .icons {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
  overflow: hidden;
  height: auto;
}
.icon-module .content-wrapper .icons-wrapper .icons .icon {
  width: calc(50% - 16px);
  margin-bottom: 16px;

}
.icon-module .content-wrapper .icons-wrapper .icons .icon a {
  width: 100%;
  height: 100%;
  display: block;
  color: #4E5966;
}
@media (min-width: 768px) {
  .icon-module .content-wrapper .icons-wrapper .icons .icon {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 960px) {
  .icon-module .content-wrapper .icons-wrapper .icons {
    height: auto !important;
  }
  .icon-module .content-wrapper .icons-wrapper .icons .icon {
    width: calc(20% - 16px);
  }
}
.icon-module .content-wrapper .icons-wrapper .icons .icon img {
  min-width: 100%;
}
.icon-module .content-wrapper .icons-wrapper .icons .icon p {
  text-align: center;
}
.icon-module .content-wrapper .icons-wrapper .show-more {
  text-align: center;
  cursor: pointer;
}
@media (min-width: 960px) {
  .icon-module .content-wrapper .icons-wrapper .show-more {
    display: none;
  }
}
.icon-module .content-wrapper .icons-wrapper .show-more p {
  color: #4E5966;
  font-family: Neue Helvetica Medium;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}
.icon-module .content-wrapper .icons-wrapper .show-more p img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.5s ease-in-out;
}
.icon-module .content-wrapper .icons-wrapper:not(.limit) p img {
  transform: rotate(180deg);
}
.icon-module .content-wrapper .icons-wrapper .show-more p.more {
  display: none;
}
.icon-module .content-wrapper .icons-wrapper.limit .show-more p.more {
  display: block;
}
.icon-module .content-wrapper .icons-wrapper .show-more p.less {
  display: block;
}
.icon-module .content-wrapper .icons-wrapper.limit .show-more p.less {
  display: none;
}
.icon-module .content-wrapper .icons-wrapper:not(.limit) .icons {
/*   height: auto !important; */
}