#About{
    font-family: "Plus Jakarta Sans";
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#About h1{
    padding: 0;
    margin: 0;
}

#About .header{
    font-size: 80px;
}

#About .tabs-content{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}

#About .tabs-content-list{
    font-size: 48px;
    width: calc(100%/3);
    display: flex;
    align-items: center;
    justify-content: start;
}

#About .tabs-content-list p{
    margin: 0;
    padding: 0;
    font-weight: 1000;
    color: white;
}

#About .tabs-content-list .role{
    font-size: 20px;
    font-weight: 400;
    color: #c1121f;
}

#About .about-movie{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 40px 0;
}

#About .about-movie img{
    width: 45%;
    height: 800px;
    object-fit: contain;
}

#About .about-movie .about-movie-text span{
    display: flex;
    flex-direction: row;
    align-items: start;
    font-size: 30px;
    margin-bottom: 20px;
}

#About .about-movie .about-movie-text span *{
    margin: 0;
    padding: 0;
}

#About .about-movie .about-movie-text span h1{
    width: 30%;
}

#About .about-movie .about-movie-text span p{
    margin-top: 10px;
    font-size: 25px;
    width: 65%;
}