.strunz-icons .icons-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .strunz-icons .icons-wrapper .icons-container {
    width: 14.285%; }
    @media screen and (min-width: 768px) {
      .strunz-icons .icons-wrapper .icons-container {
        min-width: 170px; } }
    @media screen and (max-width: 767px) {
      .strunz-icons .icons-wrapper .icons-container {
        min-width: 140px; } }
    .strunz-icons .icons-wrapper .icons-container .content {
      box-sizing: border-box;
      margin: 0 auto;
      text-align: center;
      position: relative; }
      @media screen and (min-width: 768px) {
        .strunz-icons .icons-wrapper .icons-container .content {
          width: 170px;
          height: 170px;
          padding: 35px; } }
      @media screen and (max-width: 767px) {
        .strunz-icons .icons-wrapper .icons-container .content {
          width: 140px;
          height: 140px;
          padding: 30px; } }
      @media screen and (min-width: 768px) {
        .strunz-icons .icons-wrapper .icons-container .content:hover .bg {
          box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3); } }
      .strunz-icons .icons-wrapper .icons-container .content span {
        display: inline-block; }
    .strunz-icons .icons-wrapper .icons-container .bg {
      background-color: #cde5eb;
      border-radius: 50%;
      width: 100%;
      height: 100%; }
    .strunz-icons .icons-wrapper .icons-container .text {
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%);
      color: #404040; }
      .strunz-icons .icons-wrapper .icons-container .text .italic {
        font-style: italic;
        text-transform: none; }
