body {
    background: #DBE0E6;
}

.flex-container {
    display: flex;
    padding: 0px 60px;
    flex-direction: rows;
}

.ballet-container {
    width: fit-content;
    margin: auto;
}

.text-ballet {
    max-width: 765px;
}

/* .text-ballet {
    column-count: 2;
} */

.text-ballet h1 { 
    font-size: 130px; 
    text-align: left;
    padding-left: 7px;
    flex: 1;
    margin-top: -44px;
    height: 155px;
    padding-top: 10px;
}

.text-ballet p { 
   
    font-size: 18px;
    font-weight: normal;
    padding-left: 11px;
    flex: 1;
    flex-direction: row-reverse;
    padding-top: 10px;
    padding-right: 15px;
    text-align: left;
}

.text-ballet h4 {
    padding-left: 30px;
    padding-top: 7px;
}

.ballet figure img { 
    width: 507px;
    height: 761px;
    flex: 1;
}

.seeMore div {
    padding-top: 9px;
}



/* .video-ballet {
    display: none;
} */

.img-ballet-responsive {
    display: none;
}