#landing-container #background {
    height: 48svh!important;
    min-height: 264px!important
}

#landing-content {
    height: calc(48svh - 64px);
    min-height: 200px!important;
    flex-direction: column;
    gap: 64px;
    justify-content: center
}

#landing-content,#landing-text,#section-one {
    display: flex;
    align-items: center
}

#landing-text {
    flex-direction: column
}

#landing-text #top {
    margin-bottom: 4px
}

#landing-text #bottom{
    width: 68.4%
}

.text-section .text,.text-section .title {
    width: 340px;
    max-width: 80%;
}


#section-one {
    width: 100vw;
    height: fit-content;
    justify-content: center
}

#section-one #text {
    width: 340px;
    max-width: 80%;
    box-sizing: border-box;
    padding: 24px
}

#team-section,.text-section {
    margin-bottom: 104px;
    width: 100vw;
    height: fit-content;
    flex-direction: column
}

.text-section {
    gap: 20px;
    margin-top: 104px
}

.text-section .text ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 0
}

#team-section {
    gap: 40px
}

#team-section,#team-section-content,#team-section-content .member,.text-section {
    display: flex;
    align-items: center;
    justify-content: center
}

#team-section-content {
    width: 340px;
    max-width: 80%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px 28px
}

#team-section-content .member {
    width: 260px;
    height: fit-content;
    flex-direction: column;
    padding: 16px;
    background-color: #f5f5f5;
    border-radius: 8px
}

#team-section-content .member .image {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

#team-section-content .member .name {
    margin-bottom: 4px
}

#team-section-content .member .desc {
    width: 100%
}

#footer {
    width: 100vw;
    height: 72px
}

#landing-container #background img {
    filter: brightness(100%) contrast(75%)!important
}

#landing-text {
    text-shadow: 0 1px 4px #1e1e1e7e
}

#landing-text #bottom,#landing-text #top {
    color: var(--color-white);
    font-family: "Inter";
    font-weight: 800
}

#landing-text #top {
    font-size: 10px;
    letter-spacing: 1px
}

#landing-text #bottom {
    font-size: 26px;
    text-align: center
}

#section-one #text {
    color: var(--color-black);
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 350;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 8px
}

#team-section #title,.text-section .text,.text-section .title {
    color: var(--color-black);
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 700
}

.text-section .text {
    font-size: 14px;
    font-weight: 250
}

#team-section-content .member .image {
    background-color: #ebebeb;
    border-radius: 50%
}

#team-section-content .member .desc,#team-section-content .member .name {
    color: var(--color-black);
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400
}

#team-section-content .member .desc {
    font-size: 13px;
    font-weight: 250;
    text-align: center
}

#footer {
    background-color: #302f2f
}