 
.Inner-pages.header .heading{
    color: var(--text-light);
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 202px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}