
.base_ifa .fi_lc_l {
  width: 80%;
}
.base_ifa .fi_lc_l h1::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    background-color: var(--green);
    width: 32px;
    height: 4px;
    border-radius: 8px;
}
.base_ifa .paragraph--type--landing-page-section h2.lps-title::before, .base_ifa .paragraph--type--landing-page-section h2.hc-title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 3px;
  background-color: var(--green);
  width: 32px;
  height: 4px;
  border-radius: 8px;
}
.ifk_items li .il-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.ifk_fb_info {
  width: 60%;
}
.base_ifa .paragraph--type--landing-page-section h2.lps-title.lps-align-center:before {
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.base_ifa {
  width: 100%;
  height: 100%;
  background: var(--ppp_bg) url(../../images/world-dottes.png) no-repeat left 560px;
  color: var(--dark_blue);
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif !important;
}

.base_ifa .field--label-above {
  display: block;
}


.base_ifa .paragraph--type--landing-page-section h2 {
  font-size: 40px;
        line-height: 45px;
        letter-spacing: -0.035rem;
}
.base_ifa .ifk-color {
  color: var(--light-blue);
}
.base_ifa .paragraph--type--landing-page-section .icon-lists-sec-wrap {
  padding: 40px 0;
}






@media only screen and (max-width: 1025px) {
  .base_ifa .paragraph--type--landing-page-section .icon-lists-sec-wrap {
    padding: 0;
  }
  .ifk_items {
    margin-top: 40px;
    columns: unset;
  }
  .base_ifa .paragraph--type--landing-page-section h2.lps-title:before,
  .base_ifa .paragraph--type--landing-page-section h2.hc-title:before{
    top: -15px;
  }
  .ifk_feature_box {
    background: none !important;
  }

  .ifk_fb_info {
    width: 100%;
  }

}