.about-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-content h2 {
    color: #EC637D;
    font-weight: bold;
}

.about-header {
    padding: 32px 0 8px;
}

.about-header h1 {
    color: #6cc4a2;
}

.profiles-card {
    background: #f9f9f9;
    width: 750px;
    display: inline-block;
    flex-direction: column;
    align-items: center !important;
    line-height: 1.4;
    text-align:center;
    align-self:center;
}

.profiles-card h1 {
    color: #EC637D;

}

.profiles-card img {
    border-radius: 50%;
    width: 200px;
    margin-bottom: 16px;
}

.about-us {
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
}

.about-us h1 {
    color: #6cc4a2;
}

.about-us-card {
    max-width: 30%;
    text-align: justify;
    line-height: 1.4;
}

.about-us-card ul {
    list-style-type: disc;
    margin-left: 16px;
}

.nossa-historia-text {
    width: 100%;
    margin: 0;
    margin-bottom: 64px;
    text-align: justify;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .wrapper {
        width: 96%;
    }
}


@media (max-width: 580px) {
    .profiles-card {
        width: 100%;
        margin-bottom: 32px;
    }

    .profiles-card img {
        width: 150px;
        height: auto;
    }

    h1 {
        font-size: 7vw;
    }

    h2 {
        font-size: 5vw;
    }

    p {
        font-size: 4vw;
    }


    .about-header {
        padding: 16px 0 16px;
    }

    .about-us {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .about-us-card {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .nossa-historia-text {
        margin-bottom: 32px;
    }

}
