.our-team-section {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.05) 50%,
            rgba(0, 0, 0, 0.25) 75%,
            rgba(0, 0, 0, 0.6) 100%),
        url("https://static.igem.wiki/teams/5972/uploads/page/pagebackground1.webp"),
        url("https://static.igem.wiki/teams/5972/uploads/page/topback/softwareback.webp");

    background-size:
        100% 100%,
        auto 100%,
        cover;

    background-position:
        center center,
        center center,
        center center;

    background-repeat: no-repeat, no-repeat, no-repeat;
}