.cm-recargas h2 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 60px 0 0
}
.cm-recargas p {
    background-color: #e8f3ff;
    padding: 20px 30px 20px 20px;
    border-radius: 15px;
    
}
.cm-recargas span {
    display: block;
}
.cm-recargas img {
    width: 15px;
    position: absolute;
    margin: 15px -15px;
}
img.cm-recargas-responsive {
    width: 20px;
    position: absolute;
    margin: -36px 0 0 60px;
    transform: rotate(90deg);
}
@media (max-width: 600px) {
    .cm-recargas h2 {
        font-size: 1.7rem;
        margin-bottom: -5px;
    }
}