.consulting-services.with_icons {
  display: flex;
  flex-wrap: wrap; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_1 .service-item {
    border-right: none;
    border-bottom: 1px solid #eee; }
    .consulting-services.with_icons.show_divider_yes.posts_per_row_1 .service-item:last-child {
      border-bottom: none; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_2 .service-item:nth-child(2n+2) {
    border-right: none; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_2 .service-item:nth-child(n+3) {
    border-top: 1px solid #eee; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_3 .service-item:nth-child(3n+3) {
    border-right: none; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_3 .service-item:nth-child(n+4) {
    border-top: 1px solid #eee; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_4 .service-item:nth-child(4n+4) {
    border-right: none; }
  .consulting-services.with_icons.show_divider_yes.posts_per_row_4 .service-item:nth-child(n+5) {
    border-top: 1px solid #eee; }
  .consulting-services.with_icons.show_divider_yes .service-item {
    border-right: 1px solid #eee; }
  .consulting-services.with_icons .service-item {
    padding: 60px 45px;
    position: relative; }
    .consulting-services.with_icons .service-item:hover .service-item-content .service-item-icon.icon_shape_circle .service-item-icon-wrapper {
      background-color: var(--con_base_color); }
      .consulting-services.with_icons .service-item:hover .service-item-content .service-item-icon.icon_shape_circle .service-item-icon-wrapper i {
        color: #fff; }
    .consulting-services.with_icons .service-item:hover .service-item-content .service-item-title a {
      color: var(--con_secondary_color); }
    .consulting-services.with_icons .service-item .service-item-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .consulting-services.with_icons .service-item .service-item-content .service-item-icon {
        font-size: 36px;
        margin-bottom: 30px;
        width: 100%;
        display: flex; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-icon i {
          color: var(--con_base_color);
          width: 36px;
          height: 36px;
          display: block;
          line-height: 1.3;
          transition: .3s; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-icon svg {
          fill: var(--con_base_color); }
        .consulting-services.with_icons .service-item .service-item-content .service-item-icon.icon_position_left {
          justify-content: flex-start; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-icon.icon_position_center {
          justify-content: center; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-icon.icon_position_right {
          justify-content: flex-end; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-icon.icon_shape_circle .service-item-icon-wrapper {
          border-radius: 100%;
          background-color: #F1F8FF;
          padding: 20px;
          width: -moz-fit-content;
          width: fit-content;
          transition: .3s; }
      .consulting-services.with_icons .service-item .service-item-content .service-item-title {
        margin-bottom: 20px;
        padding-top: 0; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-title:before, .consulting-services.with_icons .service-item .service-item-content .service-item-title:after {
          display: none; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-title a {
          font-size: 18px;
          font-weight: 500;
          line-height: 24px;
          color: var(--con_base_color);
          text-decoration: none;
          transition: .3s; }
      .consulting-services.with_icons .service-item .service-item-content .service-item-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #7B7A7A;
        margin-bottom: 30px; }
      .consulting-services.with_icons .service-item .service-item-content .service-item-read-more {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        color: var(--con_base_color);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-read-more .read_more_icon_wrapper {
          display: flex; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-read-more i {
          color: var(--con_third_color);
          transition: .3s; }
        .consulting-services.with_icons .service-item .service-item-content .service-item-read-more svg {
          fill: var(--con_third_color);
          transition: .3s; }
