.F1-progress{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 5% 6%;
    background-color: #2e2e2e;
    /* gap: 200px; */
}

.mindmap img{
    width: 100%;
}
.mindmap h2{
    padding-bottom: 20px;
}
.moodboard img{
    width: 500px;
    padding-left: 100px;
}

.progress h2{
  font-size: 2rem;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.progress p{
font-size: 17px;
font-family: "Assistant", sans-serif;
font-weight: 300;
text-align: justify;
padding: 20px 0;
}

.storyboard img{
    width: 500px;
    padding-right: 100px;
}

.final-motion{

}
.final-motion video{
    width: 100%;
}

@media (max-width:820px) {
    .F1-progress {
    padding: 7% 10%;
    flex-direction: column;
    }
    .progress {
        flex-direction: column;
        order: 1;
    }
    .moodboard {
        order: 2;
        /* flex-direction: column;
        justify-content: center; */
        padding: 7% 10%;
    }
    .moodboard img{
        width: 100%;
        padding-left: 0;
    }
    .storyboard {
        order: 2;
        /* flex-direction: column;
        justify-content: center; */
        padding: 7% 10%;
    }
    .storyboard img{
        width: 100%;
        padding-right: 0;
    }

}