body
{
    max-width: 1980px;
    height: 100vh;
    background: #919d5a;
}
#projetos{
    max-width: 700px;
    min-width: 400px;
    display: flex;

}

#projetos .cards {
    margin-bottom: 20px;
}

.cards .img{
    display: flex;
    margin-left: 20px;
    align-items: center;
    justify-content: center;

}
.cards .img p{
    width: 100%;
}

.cards h2{
    margin-bottom: 20px;
}
.cards .img:hover {
    transform: scale(1.01);

}
.cards img{
    width: 300px;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;

}
.cards img:hover{
    filter: brightness(0.5);
    transition: 0.3s linear;
}


.cards a{
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}


.containerSubTopicos > br
{
    margin-bottom: 10%;
}

.subt > mark
{
    padding: 0  5px;
    color: rgba(0, 0, 0, 0.7);
    background-color: #ffffff;
}

.subt > p
{
    padding-top: 2%;
}

.containerSubTopicos > a
{
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
}

.containerSubTopicos > a:hover
{
    font-size: 16px;
    font-weight: 600;
}

.containerSubTopicos > h2
{
    margin: 3% 0 2% 0;
}

@media(max-width: 800px)
{
    #projetos{
        flex-wrap: wrap;
        flex: 1;
    }

}

@media(max-width: 400px) {
    .logos{
        display: none;
    }
}
