.common_hero_section{
    height: 80px;
    background-image: url(/images/common/common-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_hero_section h3{
    color: var(--primary-color);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 16px; 
}

@media screen and (max-width:767px) {
    
    .common_hero_section h3{
        font-size: 24px;
        line-height: 28px;
    }
}