.btn-voltar{
    color: #fff !important;
}
.btn-voltar:hover{
    color: black !important;
}
.logo img{
    width: 17rem;
    height: auto;
}
.cartao{
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(146,183,216,1) 35%, rgba(4,92,172,1) 100%);
    width: 160rem;
    height: 60rem;
    }

.col{
    justify-content: center;
        box-shadow: 10px 10px 10px 10px rgba(37, 37, 37, 0.226);
        background-color: #fffefe;
        width: 22rem;
        height: 21rem;
        border-radius: 2rem;
}
.icon .row{
    font-size: 1.5rem;
}
@media only screen and (max-width: 990px){

}
