h2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #39555E;
    margin: 50px 0 10px 0;
    padding: 0 80px;
}

.participante {
    text-align: left;
    margin-bottom: 20px;
    margin: 0 0 30px 30px;
    width: max-content;
}

.participante :nth-child(1) {
    font-size: 1.1rem;
    font-weight: 600;
    color: #39555E;
}

#tecnologias {
    display: flex;
    justify-content: space-around;
}

#tecnologias p {
    color: #39555E;
    font-size: 0.9rem;
    font-weight: bold;
}

#tecnologias img {
    width: 110px;
    height: 110px;
    display: inline-block;
}


@media (min-width: 800px) {/* Para Desktop */
    .participantes {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}