.firstSection__container {
    position: relative;
    height: 745px;
    /* height: 100%; */
    max-width: 1920px;
    margin: 0 auto;
}
.firstSection__container::after {
    user-select: none;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #1b1c1e 100%);
}
.firstSection_bg {
    top: 0 !important;
}
.firstSection_bgTeam,
.firstSection_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}
.firstSection_bg {
    z-index: -2;
}
.firstSection__wrapper {
    display: flow-root;
}
.firstSection_top {
    margin-top: 204px;
}
.firstSection_top > h1 {
    max-width: 80%;
}
.firstSection_top > p,
.firstSection_top > h1 {
    z-index: 10;
}
.firstSection_top > h1 {
    z-index: 50 !important;
}
.firstSection_top > p:last-child {
    opacity: 0.8;
    margin-top: 8px;
    max-width: 50%;
}

.firstSection_bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    row-gap: 12px;
}
.firstSection_bottom p {
    text-transform: initial !important;
    font-size: 18px !important;
    z-index: 12;
    opacity: 0.9;
    font-weight: 700 !important;
}
.firstSection_bottom > div {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 12px;
}
.firstSection_bottom > div > div {
    width: max-content;
}
.firstSection_bottom > div > div > * {
    display: inline-block;
    vertical-align: middle;
}
.firstSection_bottom > div > div > *:not(:last-child) {
    margin-right: 12px;
}
.firstSection_bottom > div > p {
    color: var(--mColor);
}

@media (max-width: 768px) {
    .firstSection_bgTeam,
    .firstSection_bg {
        position: absolute;
        bottom: initial;
        top: 0;
    }
    .firstSection__container::after {
        height: 120%;
    }
    .firstSection__container {
        height: max-content;
    }
    .firstSection_bottom p {
        font-size: 2vw !important;
    }
    .firstSection_bottom {
        /* margin-top: 24px; */
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .firstSection_bottom > div > div {
        max-width: initial;
        width: auto;
    }
    .firstSection_bottom > div:last-child > div > * {
        display: block;
    }
    .firstSection_bottom > div {
        flex-wrap: wrap;
    }
    .firstSection_top > p:last-child {
        max-width: 94%;
    }
    .firstSection_top {
        margin-top: 164px;
    }
    .firstSection__container::after {
        top: 0 !important;
        bottom: inherit;
        background: linear-gradient(
            180deg,
            rgba(21, 21, 21, 0) 0%,
            #1b1c1e 65vw
        );
    }
    .firstSection_bgTeam,
    .firstSection_bg {
        top: 0 !important;
        bottom: inherit;
    }
}
@media (max-width: 525px) {
    .firstSection_bottom p {
        font-size: 3vw !important;
    }
    /* .firstSection__container::after {
        top: 0 !important;
        bottom: inherit;
        background: linear-gradient(
            180deg,
            rgba(21, 21, 21, 0) 0%,
            #1b1c1e 55%
        );
    } */
}
