#TarjetasCredito {
    width: 30vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 30%;
}
@media screen and (max-width: 600px) {
    #TarjetasCredito {
        width: 90%;
        top: 85%;
        left: 5%;
    }
}
