#firstBAnner {
    width: 100%;
    margin-bottom: 50px;
}

#firstBanner img {
    width: 100%;
    margin-bottom: 85px;
}

.blueLine {
    color: #545454;
    font-size: 30px;
}

.blueLine img {
    width: 31%;
    margin-bottom: 15px;
}

.textInfo {
    margin-left: 30px;
    margin-top: 4px;
    color: #545454;
}

#dondeSolicitar {
    width: 60%;
    margin: 0px auto;
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
}

#dondeSolicitarBlueLine {
    width: 31%;
    display: flex;
    flex-direction: column;
}

#acercaDeLaTarjetaText {
    width: 65%;
    font-size: 15px;
    line-height: 21px;
}

@media screen and (max-width: 768px) {
    div#dondeSolicitar {
        flex-direction: column;
        width: 90%;
    }
    div#dondeSolicitarBlueLine {
        width: 100%;
        MARGIN-BOTTOM: 30px;
        font-size: 20px;
    }
    p#acercaDeLaTarjetaText {
        width: 100%;
        margin: 0px auto;
        font-size: 13px;
    }
    #firstBanner img {
        margin-bottom: 50px;
        margin-top: -18vw;
    }
    .blueLine img {
        width: 60px;
    }
}