.demo-vs-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.demo-vs-banner h1 {
    font-family:HarrietLight, Georgia, serif;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.demo-video {
    width: 100%;
    display: flex;
    justify-content: center;
}

.demo-link {
    display: flex;
    justify-content: space-around;
}

.demo-link a {
    text-decoration: none;
}

.demo-content {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

.meet-the-team {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    justify-content: space-evenly;
}

.meet-the-team img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.image-content {
    margin-top: 250px;
}

.team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px;
    background-image: url("./assets/images/team/Background.png");
    background-size: 100%;
}

.team h3 {
    font-size: 2rem;
    align-self: center;
}

.member-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member-image span {
    font-size: 1.5rem;
}