/* .owl-carousel .item {
    position: relative;
    min-height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */

#history p,
#vision ol li{
    line-height: 1.6;
    margin-bottom: 30px;
}

section.video{
    padding: 80px 0;
}

@media(min-width: 720px){
    #history h2{
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 30px;
    }

    #history p,
    #vision ol li {
        font-size: 1.1em;
        margin-bottom: 30px;
    }
    
    section.video {
        display: flex;
        justify-content: center;
        padding: 80px 0;
    }
    
    .video .documentary{
        width: 60%;
    }
}

@media(min-width: 1024px) {
    #history .container,
    #vision .container{
        width: 80%;
    }

    #history .column,
    #vision .column{
        display: flex;
        gap: 40px;
    }

    #vision ol{
        margin-right: 20px;
    }

    .col-1,
    .col-2{
        width: 50%;
    }
}
