  .inner_hero{
  padding: 8em 0 2em 0;
  }
  .inner_hero h1{
  color:#314359;
  margin-bottom: 30px;
  font-size: calc(1.375rem + 1vw);
  }
  .hero_service_img{
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .title_service {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 16px;
  font-size: 18px;
}
  .title_service:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 6px;
  background: rgba(63, 39, 173, 1);
  top: 0;
  left: 0;
}
.wf-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.features-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.features-card {
    margin: 20px;
    padding: 40px 30px 20px;
    max-width: 360px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 5px rgb(27 19 57 / 8%);
}
.card-icon {
    width: 100px;
    margin-bottom: 20px;
}
.card-title {
    margin-bottom: 12px;
    color: #1e2457;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.card-description {
    color: rgba(0,5,68,.7);
    font-size: 16px;
    line-height: 1.4;
}

.align-center {
    position: relative;
    z-index: 1;
    text-align: center;
}
.number-wrapper {
    position: relative;
    left: -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47px;
    height: 47px;
    min-height: 47px;
    min-width: 47px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #fff;
    border-radius: 9px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 2px hsl(0deg 0% 100% / 30%);
    color: #1e2457;
    line-height: 1;
    text-align: center;
}
.number-wrapper.active {
    background-color: #1b1339;
    box-shadow: 1px 1px 7px 2px hsl(0deg 0% 100% / 30%), 1px 1px 3px 0 rgb(0 0 0 / 30%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}
.tabs-number {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 9px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}
.tabs-number.active {
    transform: rotate(-45deg);
}
.accordion_card {
    margin-bottom: 8px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 25px;
    border-radius: 13px;
    background-color: transparent;
}
.btn_accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 9px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    cursor: pointer;
}
.how-it-works-desktop-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: none;
}
.heading {
    position: relative;
    top: -10px;
    margin-top: 16px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 1.3;
}
.accordion-p {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 48px;
    font-size: 14px;
    line-height: 1.45;
}
.home-cols {
   margin: 30px 0px 60px 0;
}
.home-zigzag-description{
    padding-left:0;
}
.home-zigzag-description li{
    line-height:1.5;
}
.kfw-h3{
    margin-top: 0;
    margin-bottom: 16px;
    color: rgba(63, 39, 173, 1);
    font-size: 29px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.features-2{
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.numbers-grid {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.number-card{
    padding: 20px 0;
}
.numbers-h {
    margin-top: 0;
    margin-bottom: 10px;
    color: rgba(63, 39, 173, 1);
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: .8px;
}
.number-section-description {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}
.features-card-2{
    padding: 40px 30px 20px;
}
 #metrology{
    margin: 0 !important;
}
.home-gear-left{
  margin: 0 40px;
}

 @media screen and (max-width: 1200px){
    .home-gear-left{
    margin: 20px 20px 40px 20px;
}
 }