#banner {
    background: linear-gradient(#fff, #182B49 0.3rem, #182B49 calc(100% - 0.3rem), #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#banner-right-side {
    width: 70%;
    padding-left: 44px;
    float: left;
    letter-spacing: 0.05em;
}

.banner-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.banner-only-title {
    padding: 2.2em !important;
}

.p-last {
    margin-bottom: 32px;
}

.banner-text {
    color: #FFFFFF;
    font-weight: 100;
}

.banner-button {
    margin: 0px auto;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    margin-right: 25px;
}

.parking-board {
    width: 30%;
}

#banner-pay-button {
    background-color: #ED6116;
    border: 1px solid #ED6116;
    line-height: 0;
    font-size: 1rem;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 30px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

#banner-how-works {
    background-color: #182B49;
    border: 1px solid #FFFFFF;
    line-height: 0;
    font-size: 0.9rem;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 30px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

#pay-button:hover, #pay-button:focus {
    color: white;
    background-color: #ED6116;
}

@media (max-width: 768px) {
    #banner {
        flex-direction: column;
        width: 100%;
    }
    #banner-pay-button {
        line-height: normal;
        margin-bottom: 10px;
    }
    .parking-board {
        display: none;
    }
    #banner-right-side {
        width: auto;
        padding-left: 1em;
        padding-right: 1em;
    }
    .banner-text {
        color: #FFFFFF;
        font-weight: 100;
        font-size: 0.9rem;
    }
    .p-last {
        margin-bottom: 1rem;
    }
    .banner-button {
        float: none;
        margin-right: auto;
    }
}
