.team {
    background-image: url("../images/about-us-page/about-us-background.webp");
    background-size: cover;
    background-color: black;
    padding-bottom: 400px;
}

.rocket1 {
    position: absolute;
    left: 100px;
    z-index: 0;
    height: 70px;
}

.rocket2 {
    position: absolute;
    right: 1000px;
    z-index: 0;
    height: 70px;
}

.timeline-image-mobile {
    display: none;
}

.team .section1 img, .team .section2 img, .team .section3 img, .team .section4 img, .team .section5 img {
    position: relative;
    border-radius: 10px;
    z-index: 1;
}

.team .section1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.team .section1 h1 {
    margin-top: 250px;
    margin-left: 100px;
    font-size: 48px;
    line-height: 72px;
    width: 80%;
    color: white;
}

.team .section1-1 {
    margin: 100px;
}

.pstyling {
    margin-top: 30px;
    color: #ffffff9a;
}

.team .section1-1 img, .team .section1-1 p {
    width: 632px;
}

.team .section2 {
    margin-top: 100px;
    margin-left: 180px;
}

.team .section3 {
    float: right;
    margin-top: -150px;
    margin-right: 150px;
}

.team .section4 {
    margin-top: 300px;
    margin-left: 130px;
}

.team .section5 {
    float: right;
    margin-top: -150px;
    margin-right: 150px;
}

.team .section2 img, .team .section2 p {
    width: 632px;
}

.team .section3 img, .team .section3 p {
    width: 400px;
}

.team .section4 img, .team .section4 p {
    width: 632px;
}

.team .section5 img, .team .section5 p {
    width: 632px;
}