#main.full-width {
    width: 100%;
    max-width: unset;
}
.outlet-finance-to-go {
    background-color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.outlet-finance-image {
    margin-right: 1rem;
}
.outlet-finance-image img {
    width: 92px;
    height: 105px;
}
.flexible-payment-options p {
    width: 235px;
    height: 72px;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 4rem;
}
.financing-credit .credit-approval-txt {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 5px 0;
}
.outlet-fastapproval {
    display: flex;
    align-items: center;
    justify-content: center;
}
.financing-credit a {
    text-decoration: none;
}
.financing-credit .section-button-ternary {
    background-color: #CC422D;
    color: #FFFFFF;
    border-color: #CC422D;
    width: 304px;
    height: 49px;    
    text-transform: uppercase;
    padding: 15px 18px;
    display: flex;
    justify-content: center;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.financing-credit .section-button-ternary:hover {
    background-color: #CC422D;
    color: #FFFFFF;
    border-color: #CC422D;
}
.financing-credit .section-button-ternary:focus,
.financing-credit .section-button-ternary:active {
    background-color: #CC422D;
    color: #FFFFFF;
    border-color: #CC422D;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .outlet-finance-to-go { 
        padding: 1rem;
        width: auto;
    }        
    .flexible-payment-options {            
        margin-bottom: 1rem;
    }
    .flexible-payment-options p {
        width: 216px;
        height: auto;
        margin-right: 3rem;
    }
    .financing-credit .section-button-ternary {
        width: 336px;
    }
}
@media (max-width: 767px) {        
    .outlet-finance-to-go {
        align-items: flex-start;
        justify-content: center;
        padding: 1rem;
    }
    .outlet-fastapproval {
        display: block;
    }
    .outlet-finance-image img {
        height: auto;
    }
    .flexible-payment-options p {
        width: 209px;
        height: auto;
        margin: 0 0 1rem;
    }
    .financing-credit .section-button-ternary {
        width: 295px;
    }
	.outlet-finance-image {
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
    .flexible-payment-options p {
        width: 255px;
    }
    .financing-credit .section-button-ternary {
        width: 295px;
    }
	.outlet-finance-image {
		margin-right: 10px;
	}
}
@media (max-width: 425px) {
    .outlet-finance-to-go {
        padding: 10px;
    }
    .flexible-payment-options p {
        width: 225px;
    }
    .financing-credit .section-button-ternary {
        width: 250px;
        font-size: 20px;
    }
}