.botones-credito {
    padding: 14px 20px !important;
    margin-bottom: 20px;
}

.imagen-credito {
    margin-bottom: 30px;
}

.bg_green {
    background-color: #43b02a !important;
    transition: all 0.5s ease;
}

.bg_green:focus {
    background-color: #006341 !important;
}

@media screen and (max-width: 648px) {
    .botones-credito {
        width: calc(100% - 35px) !important;
        margin: 0 auto 10px;
    }
}

.width-100 {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}