@charset "UTF-8";

body{
    line-height: 1.85714285714286;
    background-color: #8CB7FF;
    background-image: linear-gradient(180deg, #8CD2FF 0%, #8CB7FF 100%);
    color: #000080;
}

.container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    text-align: center;
}

.image-item img {
    height: auto;
    max-width: 100%;
}

.text-item {
    max-width: 750px;
}

.multi-item {
    max-width: 1250px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.about {
    font-family: "Sansita", sans-serif;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
    font-weight: normal;
}

h3 {
    font-size: 25px;
    font-size: 1.6666666666667rem;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1.4;
}

.section {
    font-family: "Sansita", Sans-serif;
    font-size: 86px;
    font-weight: 700;
}

.section-description {
    font-family: "Sansita", Sans-serif;
    font-size: 24px;
}

.team-container{
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
    overflow-wrap: break-word;
    max-width: 1200px;
}

.flex-column {
    display: flex;
    width: 18.75em;
    position: relative;
}

.column-wrapper {
    padding: 10px;
}

.member-portrait img {
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
    border-style: solid;
    border-width: 7px;
    border-radius: 19px 19px 19px 19px;
}

.member-info {
    font-family: "Sansita", Sans-serif;
    font-weight: 400;
    font-size: 1rem;
}