/* trusted_innovativeArea */
.trusted_innovativeArea .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.trusted_innovativeArea {
    width: 100%;    
    background-size: cover;
    background-repeat: no-repeat;
}
.trusted_innovativeArea .overlay {
    width: 100%;
    padding: 65px 0 5px;
    background: rgba(28, 0, 0, 0.71);
}
.trusted_innovativeArea .contentBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.trusted_innovativeArea .subText {
    width: 360px;
}
.trusted_innovativeArea .subText h2 {
    margin: 0 0 30px;
    font-size: 45px;
    color: #fff;
    line-height: 51px;
     font-family: 'Helvetica Neue';
     font-weight: 500;
}
.trusted_innovativeArea .subText p {
    font-size: 20px;
    color: #fff;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.trusted_innovativeArea .counter_content {
    width: calc(100% - 671px);
}
.counter_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counter_content .item {
    width: calc(50% - 50px);
    margin: 0 0 60px;
}
.counter_content .item .count {
    font-size: 55px;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    margin: 0 0 25px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
}
.count_item strong {
     font-size: 55px;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    font-weight: 500;
}
.counter_content .item h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    line-height: 100%;
}
/* trusted_innovativeArea */