.icon-with-text-section.genstore-container .svg-wrapper{
      width: var(--icon-size);
      height: var(--icon-size);
    }
    .icon-with-text-section.genstore-container{
    word-break: break-word;
}
    .icon-with-text-section.genstore-container .flex {
      display: flex;
    }
    .icon-with-text-section.genstore-container .flex-column {
      flex-direction: column;
    }
    .icon-with-text-section.genstore-container .flex-1 {
      flex: 1 0 0;
    }
    .icon-with-text-section.genstore-container .width-full {
      width: 100%;
    }
    .icon-with-text-section.genstore-container .icon-item-box {
      display: flex;
      align-self: stretch;
    }
    .icon-with-text-section.genstore-container .icon-item-content {
      transform: translateY(0px);
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 0 0;
    }
    .icon-with-text-section.genstore-container .gap-36 {
      gap: var(--genstore-spacing-vertical-1800, 36px);
    }
    .icon-with-text-section.genstore-container .gap-16 {
      gap: var(--genstore-spacing-vertical-800, 16px);
    }
    .icon-with-text-section.genstore-container .gap-6 {
      gap: var(--genstore-spacing-vertical-300, 6px);
    }
    .icon-with-text-section.genstore-container .justify-content-start {
      justify-content: flex-start !important;
      align-items: start !important;
    }
    .icon-with-text-section.genstore-container .justify-content-center {
      justify-content: center !important;
      align-items: center !important;
    }
    .icon-with-text-section.genstore-container .justify-content-end {
      justify-content: flex-end !important;
      align-items: end !important;
    }
    .icon-with-text-section.genstore-container .text-align-start {
      text-align: start;
    }
    .icon-with-text-section.genstore-container .text-align-center {
      text-align: center;
    }
    .icon-with-text-section.genstore-container .text-align-end {
      text-align: end;
    }

@media only screen and (max-width: 780px) {
      .icon-with-text-section.genstore-container .mobile-flex-column {
        flex-direction: column;
        align-items: center;
      }
        .icon-with-text-section.genstore-container .mobile-flex-column .icon-item-content {
          width: 100%;
        }
}
