﻿
#promo {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 10px;
 
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
}

#seals {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 350px;
    cursor:pointer;
}

#rewards {
    width: 820px;
    background-image: url(/Images/couple.png);
    background-position: -15px 20%;
    background-repeat: no-repeat;
    background-color: #0092CF;
    cursor:pointer;
}

    #rewards > div {
        display: table;
        width: 100%;
        font-family: Adelle, Arial, Verdana;
        color: white;
        font-size: 24px;
        font-weight: 500;
    }

#couple {
    display: table-cell;
    width: 20%;
    min-width: 150px;
}

#save-more {
    display: table-cell;
    vertical-align: middle;
}

#five-percent {
    display: table-cell;
}

    #five-percent img {
        vertical-align: middle;
    }

#rewards-program {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/*******************************************************************************/
@media screen and (max-width: 1187px) {
    #promo {
        margin-top: 10px;
        flex-direction: column;
        width: 100%;
    }

    #seals {
        width: 50%;
        min-width: 350px;
    }

    #rewards {
        width: 100%;
        background-position: 5% 20%;
    }

    #couple {
        width: 25%;
    }
}

/*******************************************************************************/
@media screen and (max-width: 680px) {
    #rewards {
        background-position: -35px 20%;
    }

    #couple {
        min-width: 120px;
    }
}

/*******************************************************************************/
@media screen and (max-width: 540px) {
    #rewards > div {
        font-size: 18px;
    }
}
