.banner {
    background: linear-gradient(to right, #566f6a, #d1772c);
    color: white;
    padding: 30px 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    .banner {
        font-size: 18px;
        padding: 20px 10px;
    }
}
