.profiles {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    /* margin: auto; */
    /* border:  black 1px solid; */
}

.profile {
    border: black 1px solid;
    margin: 1em;
    /* margin-top: 1em; */
    /* margin-bottom: 1em; */
    padding: 1em;
    max-width: 400px;
    border-radius:20px
}

.profile_content {
    /* display: flex; */
    flex-direction: row;
}

.profile_data {
    padding-right: 1em;
}

.profile_content img{
    /* float: right; */
    width: 100%;
    height:auto;
    order: 1;
    border-radius:20px
}