.icon_list.flexmodule {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-bottom: -15px; }
  .icon_list.flexmodule .icon_list-item {
    margin: 0;
    margin-bottom: 45px;
    padding: 0;
    position: relative;
    min-height: 50px; }
    .icon_list.flexmodule .icon_list-item .icon_list-content {
      padding-left: 80px;
      position: relative;
      z-index: 2; }
    .icon_list.flexmodule .icon_list-item.fixed_width {
      max-width: 400px; }
  .icon_list.flexmodule .icon_list-image {
    position: absolute;
    top: 0;
    left: 15px;
    width: 50px;
    min-height: 50px; }
    .icon_list.flexmodule .icon_list-image .icon_list-img {
      width: 100%;
      height: auto; }
  .icon_list.flexmodule.style-block .title {
    margin-bottom: 30px !important; }
  .icon_list.flexmodule.style-block .icon_list-content {
    padding-left: 100px; }
  .icon_list.flexmodule.style-block .icon_list-item {
    position: relative;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 30px; }
    .icon_list.flexmodule.style-block .icon_list-item:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      width: 1000%;
      height: 100%;
      z-index: 1;
      background: #f1f1f1; }
    .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 1) {
      color: #fff; }
      .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 1):before {
        background: #4f5052;
        right: 0; }
    .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 2) {
      color: #4f5052; }
      .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 2):before {
        background: #e2e2e2;
        left: 0;
        right: suto; }
    .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 3) {
      color: #4f5052; }
      .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 3):before {
        background: #e2e2e2;
        left: auto;
        right: 0; }
    .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 4) {
      color: #fff; }
      .icon_list.flexmodule.style-block .icon_list-item:nth-child(4n + 4):before {
        background: #c9304a;
        left: 0;
        right: auto; }
