/*.contact_page_section a {*/
/*    display: block;*/
/*    margin-bottom: 15px;*/
/*    text-align: center;*/
/*}*/
.contact_page_section img {
    position: unset;
    width: 50%;
}

.loyalty_program_section a {
    color: #0088c1;
}
.loyalty_program_section a:hover {
    color: #005d84;
}

.bottom-link-wrapper {
    margin: 30px 0 50px 0;
    text-align: center;
}

.bottom-link-wrapper .link-button {
    padding: 10px 20px;
    background: #005d84;
    border-radius: 13px;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
}

.bottom-link-wrapper .link-button:hover {
    background: #FFF;
    color: #005d84;
    border: 1px solid #005d84;
}

.loyalty-program-link {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width: 480px) {
    #legal-info-wrapper .item {
        width: 100%!important;
    }

    #legal-info-wrapper .item a img {
        width: 100%;
    }

    .bottom-link-wrapper {
        margin: 30px 0;
    }
    .bottom-link-wrapper .link-button {
        font-size: 15px;
    }
}
