﻿
.offer-banner {
    background-color: #2c5f7a;
}

    .offer-banner p {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        margin-bottom: 0.2em;
        font-size: 1.6rem;
        min-height: 36px;
    }

        .offer-banner p a {
            color: #fff;
            font-weight: bold;
            margin-left: 0.3em
        }

        @media (max-width: 600px) {
            .offer-banner p {
                font-size: 1.3rem;
            }
        }