﻿.checkout-utility-line .inner-wrapper {
    padding: 6px 20px 60px 20px;
}

.checkout-utility-line .actions-wrapper {
    text-align: center;
    margin-top: 20px;
}

    .checkout-utility-line .actions-wrapper button.secondary {
        margin: auto;
    }

    .checkout-utility-line .actions-wrapper .desktop {
        text-align: right;
    }

        .checkout-utility-line .actions-wrapper .desktop a {
            cursor: pointer;
            margin-right: 15px;
        }

.checkout-utility-line .terms-text {
    font-size: 14px;
}

.checkout-utility-line .terms-img {
    max-width: 100%;
    margin-top: 30px;
}



@media (min-width: 768px) {
    .checkout-utility-line .actions-wrapper button.primary {
        margin-top: 20px;
    }
}