#organizers {
    display: flex;
    flex-direction: row;
    gap: 10px 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}

.profile>.name {
    text-align: center;
}

.profile > .img-container >img {
    width:100%;
}

ul {
    font-size: 14px;
}

.profile > .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    width: 300px;
    height: 300px;
    border-radius: 30px;
}