#we-are{
    background-color: rgb(255, 255, 255);
    height: fit-content;
    width: 98%;
    max-width: 600px;
    padding: 40px;
    border-radius: 0px 40px 40px 0px;
    margin-left: -1px;
    border: 1px solid;
    border-left: 0px;
}
#we-are h1{
    text-align: center;
}
#sect-us-1{
    background-color: var(--about-us-color);
    padding: 25px 0px;
    border: 1px solid;
    border-top: 0px;
}
#our-ambition, #why-choose-us {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    padding: 50px 0px 100px 0px;
    text-align: center;
    font-size: large;
    font-family: 'Rubik', sans-serif;
}
#video-container{
    max-height: 680px; 
    border-radius: 90px;
    width: 90%;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1) inset;
}
#video-container video{
    position: relative;
    border-radius: 90px;
    width: 100%;
    transform: translateY(2px);
    z-index: -1;
}