.main {
    /* background-image: url(../assets/img/textura-negativo-1-aboutUs.jpg); */
    color:white;
    margin-top: 5%;
}

.abstract{
    margin-left: 20%;
    margin-right: 20%;
}

div .card{
    width: 15rem;
    margin-bottom: 10px;
    background-color:transparent;
    border: none;
    padding: 2%; 
    margin-left: 15%;
}
.name{
    text-align: center;
}
.iconAbout {
    margin-left: -60%;
    color:white;
    font-size: 16px;
}

.card:hover {
    background-color: #b1b1b1;
}

.titulo {
    text-align: center;
    padding-top: 3%;
    margin-bottom: 15px;
}

.abstract {
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 5%;
}

ul{
    list-style-type: none;
}

li {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 812px) {
    div .card{
        margin-left: 15%;
    }
}    