#credit-form {
    margin-top: 25px;
    margin-bottom: 25px;

}

#credit-form .credit-form-inner {
    margin-bottom: 8px;
    padding: 24px 24px;
    -webkit-box-shadow: 0 1px 11px 0 rgba(65, 78, 91, .2);
    box-shadow: 0 1px 11px 0 rgba(65, 78, 91, .2);
    border-radius: 6px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}

#credit-form .credit-form-inner h2 {
    color: #145b89;
}

#credit-form .credit-form-inner .car-credit-img {
    background-size: 95% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 190px;
}

#credit-form .credit-form-inner h3 {
    margin-bottom: 30px;
}

#credit-form .credit-form-inner ul {
    padding-left: 0px;
}

#credit-form .credit-form-inner ul li:before {
    content: '\f336';
    font: normal 23px/16px 'Font Awesome 5 Pro';
    top: 5px;
    margin-right: 10px;
    position: relative;
}

#credit-form .credit-form-inner ul.orange li:before {
    content: '\f336';
    font: normal 23px/16px 'Font Awesome 5 Pro';
    top: 5px;
    margin-right: 10px;
    color: #e36110;
    position: relative;
}

#credit-form .credit-form-inner ul li {
    font-size: 13px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
}
