a {
    color: black!important;
}


@media (min-width:768px) {
    #divFooterCards>img {
        margin: 10px
    }
    #divFooterCards>img:nth-child(1) {
        width: 10vw!important;
    }
    #divFooterCards>img:nth-child(2) {
        width: 4.5vw!important;
    }
    #divFooterCards>img:nth-child(3) {
        width: 10vw!important;
    }
    #divFooterCards>img:nth-child(4) {
        width: 4vw!important;
        height: 4vw!important
    }
} 

#footer > div:nth-child(1) > div.col.align-self-center > div > ul > li {
    cursor: pointer;
}

#faq > a {
    text-decoration: none
}

#container-options {
    background-color: transparent;
}

.text-black {
    color: black!important;
}

.option {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    color: black;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
}

.option > img {
    width: 128px;
}

.option:hover {
    background-color: #ff9900;
    cursor: pointer;
    border: 1px solid #fff;
}