#section-counter {
    position: relative;
    z-index: 0;
    background: #f8f9fd;
}
#section-counter::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 0;
    opacity: 1;
    width: 50%;
    background: #c0762b;
}
.ftco-counter {
    background-position: center center !important;
}
.d-flex { 
    display: flex !important;
}
.ftco-counter { 
    padding: 4em 0;
}
.ftco-counter .block-18 {
    width: 100%;
}
.ftco-counter .text {
    position: relative;
    width: 100%;
}
.ftco-counter .text-2 {
    width: 100%;
    z-index: 1;
    padding-left: 1em;
}
.ftco-counter .text .count-number .number {
    line-height: 1;
    font-weight: 700;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.8);
}
.text-2 span {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
}
.team-info {
    background: rgba(192, 118, 43, 0.5);
    padding: 15px;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.departments .nav-link {
border: 0;
padding: 15px;
}
.departments .nav-link.active {
color: #fff;
background: #1977cc;
}
