.listnews a {
    color: black;
    text-decoration: none;
}

.listnews li {
    list-style-type: none;
}

.header_inner1 {
    font-family: var(--heading);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px;
}

.listnews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
} 

.sctnews1{
    margin-bottom: 50px;
}