section.section_name {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #004EA8 0%, #0C2340 100%);
        position: relative;
    padding-bottom: 19px;
}

section.section_name h2 {
    font-family: Univers LT Pro Cn !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

section#pharma:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 19px;
    width: 100%;
    left: 0;
    background: linear-gradient(270deg, #00C389 0%, #006D68 100%);
    z-index: 1;
}

section#medtech:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 19px;
    width: 100%;
    left: 0;
    background: linear-gradient(270deg, #FFD100 0%, #CC8A00 100%);
    z-index: 1;
}