.kitcards {
    overflow: hidden;
  }
  .kitcards .cms-row {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
  }
  .kitcards .cms-row-gutter {
    margin-right: -8px;
    margin-left: -8px;
  }
  .kitcards .cms-row-gutter > [class^='cms-col'] {
    min-width: 16px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .kitcards .kitcards_list {
    
    overflow: hidden;
    position: relative;
  }
  .kitcards .kitcards_list:nth-last-of-type(n+3) {  
      margin-bottom: 16px;
  }
  .kitcards .kitcards_list .list_item {
    width: 100%;
    background-color: #FAFAFA;
    height: 100%;
  }
  .kitcards .kitcards_list .list_item .container {
    overflow: hidden;
  }
  .kitcards .kitcards_list .list_content h3 {
  
    font-weight: 500;
    color: #333333;
  }
  .kitcards .kitcards_list .list_content p {
  
    max-width: 534px;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    font-weight: 400;
  }
  .kitcards .kitcards_list .list_content .link_list {
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .kitcards .list_content .link_list a {
    color: #328DFF;
    margin-top: 16px;
  }
  .kitcards .list_content .link_list a:nth-last-of-type(n + 2) {
    margin-right: 32px;
  }
  @media screen and (max-width: 720px) {
   
    .kitcards .cms-col-xs-24 {
      display: block;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .kitcards .kitcards_list:nth-last-of-type(n+2) {
      margin-bottom: 0;
    }
    .kitcards .kitcards_list .container {
      padding-right: 16px;
    }
    .kitcards .kitcards_list:nth-child(odd) .container {
      margin-left: 16px;
    }
    .kitcards .kitcards_list:nth-child(even) .container {
      padding-left: 16px;
    }
    .kitcards .kitcards_list .list_item {
      min-height: unset;
      /* margin-bottom: 8px; */
      height: auto;
    }
    .kitcards .kitcards_list:last-child .list_item {
      margin-bottom: 0px;
      height: auto;
    }
    .kitcards .kitcards_list .list_content {
      padding-bottom: 0;
    }
    .kitcards .kitcards_list .list_content h3 {
      margin-top: 40px;
      font-size: 24px;
      margin-bottom: 8px;
    }
    .kitcards .kitcards_list .list_content .link_list {
      display: flex;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .kitcards .kitcards_list:last-of-type .link_list {
      margin-bottom: 40px;
    }
  }
  @media screen and (min-width: 721px) {
   
    .kitcards .cms-col-sm-12 {
      display: block;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .kitcards .kitcards_list:nth-child(odd) .container {
      margin-left: 32px;
      float: unset;
    }
    .kitcards .kitcards_list:nth-child(even) .container {
      padding-left: 32px;
    }
    .kitcards .container {
      height: 100%;
    }
    .kitcards .container .list_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: 312px;
      height: 100%;
    }
    .kitcards .container .list_content .content {
        margin-bottom: 24px;
    }
    .kitcards .container .list_content h3 {
      font-size: 28px;
      margin-top: 48px;
      margin-bottom: 8px;
    }
    .kitcards .kitcards_list{
      min-height: 240px;
    }
  }
  @media screen and (min-width: 1201px) {
   
    .kitcards .kitcards_list:nth-child(odd) .container {
      float: right;
    }
    .kitcards .kitcards_list:nth-child(even) .container {
      padding-left: 40px;
    }
    .kitcards .container {
      width: 536px;
    }
    .kitcards .container .list_content {
      max-width: 444px;
    }
    .kitcards .container .list_content h3 {
      font-size: 32px;
      margin-top: 48px;
      margin-bottom: 16px;
    }
    .kitcards .container .list_content a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (min-width: 1441px) {
    .kitcards .cms-col-lg-12 {
      display: block;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .kitcards .kitcards_list .container {
      width: 632px;
    }
    .kitcards .kitcards_list .container .list_content {
      max-width: 524px;
    }
  }
  