.under-header{
    height: 30px;
}

.page-heading{
    padding-top:150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(2, 33, 15, 0.9);
}

.privacy .container{
    box-shadow: 0 0 50px 1px rgb(231, 231, 231);
    padding: 50px 30px;
}

.privacy .container .row .content{
    margin: 20px 0px;
    line-height: 1.8;
}

.privacy .container h1{
    position: relative;
}

.privacy .container h1::before{
    position: absolute;
    content: "";
    top: -20px;
    left: 0px;
    background-color: green;
    height: 5px;
    width: 40px;
}

.privacy .container .row .content h4{
    color: green;
}

.privacy .container .row .content h5{
    color: green;
    font-weight: normal;
}

.top.career {
    padding: 80px 0px;
    background-color: white;
}

.top.career p{
    margin: 20px 0px;
}

.top.career i{
    text-align: center;
}

.career{
    background-color: #f9f7f5;
    padding: 80px 0px;
}

.career .container .row .left{
    flex: 1;
    padding: 30px 50px;
}

.career .container .row .right{
    flex: 1;
}

.career .container .row .right img{
    width: 100%;
}


.career.level{
    padding: 20px 0px;
    text-align: center;
    background-color: white;
}

.career.level .container .row{
    display: flex;
    padding-top: 50px;
}

.career.level .container h1{
    margin: 10px 10px 50px 10px;
}

.career.level .container .row .box{
    flex: 1;
    margin: 10px;
}

.career.level .container .row .box img{
    width: 100px;
}

.career.twoo .container .row .left{
    order: 1;
}

.career.level .container img{
    margin: 0px 0px 20px 0px;
}

.career.level.lasst .container .row .box{
    border: 1px solid rgb(0,0,0,0.3);
    padding: 20px 15px;
}

.career.level.lasst .container .row .box h4{
    margin: 10px 0px;
}



.about-other{
    padding: 50px 0px;
    line-height: 1.5;
}

.about-other .container{
    width: 100%;
    max-width: 1250px;
    margin: auto;
    display: flex;
}

.about-other .left{
    flex: 7;
    margin-right: 20px;
}

.about-other .left h2{
    margin: 20px 0px;
}

.about-other .left video{
    width: 100%;
}

.about-other .left p{
    margin: 20px 0px;
}

.about-other .right{
    flex: 3;
    margin-left: 20px;
    background: green;
    color: white;
    height: max-content;
}

.about-other .right p{
    margin: 20px 35px;
}

.about-other .right h2{
    margin: 20px 35px;
}



.mission{
    line-height: 1.5;
}

.mission .container{
    display: flex;
    width: 100vw;
    max-width: 1250px;
    margin: 20px auto;
}

.mission h2{
    margin: 10px 0px;
}

.mission .container img{
    flex: 2;
    margin-right: 50px;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 200px;
}

.mission-other{
    line-height: 1.5;
}

.mission-other .container{
    display: flex;
    width: 100vw;
    max-width: 1250px;
    margin: 20px auto;
}

.mission-other h2{
    margin: 10px 0px;
}

.mission-other .container img{
    flex: 2;
    margin-left: 50px;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 180px;
}

.mission-other .container .left{
    text-align: right;
}

.career.level.value {
    text-align: left;
}

.career.level.value .container h1 {
    margin: 0px 10px 50px 0px;
}

.career.level.value h1,
.career.level.value h4{
    position: relative;
    margin: 20px 0px;
}

.career.level.value h1::after,
.career.level.value h4::after{
    position: absolute;
    content: "";
    background-color: green;
    height: 5px;
    width: 80px;
    left: 0px;
    bottom: -10px;
}


@media only screen and (max-width: 1000px){

    .career{
        padding: 50px 0px;
    }
    
    .career .container .row .left{
        padding: 10px 10px;
    }

    .about-other .left{
        flex: 5;
        margin-right: 10px;
    }
    
    .about-other .right{
        flex: 5;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 850px){

    .career .container .row{
        flex-direction: column;
    }

    .career .container{
        padding: 20px;
    }
    
    .career {
        padding: 20px 0px;
    }

    .career.level{
        padding: 20px 0px;
    }

    .career.level .container .row{
        padding-top: 0px;
    }

    .career.level .container .row .box{
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 750px){

    .top.career{
        padding: 10px 0px;
    }

    .page-heading{
      padding-top:100px;
      padding-bottom: 100px;
      box-shadow: inset 0 0 0 1000px rgba(2, 33, 15, 0.9);
    }

    .about-other{
        padding: 0px 0px 20px 0px;
    }
    
    .about-other .container{
        flex-direction: column;
        width: 100vw;
    }
    
     .about-other .left{
        margin: 0px;
    }
    
    .about-other .right{
        margin: 0px;
    }
    
    .about-other .left h2{
        margin: 10px 0px 0px 0px;
    }
    
    .about-other .right p{
        margin: 10px 20px;
    }

    
    .mission .container{
        flex-direction: column;
        width: 100%;
    }
    
    .mission .container img{
        margin-right: 0px;
        max-width: 100%;
        height: 250px;
    }
    
    .mission-other .container{
        flex-direction: column;
        width: 100%;
    }
    
    .mission-other .container .left{
        text-align: center;
    }
    
    .mission-other .container img{
        margin-left: 0px;
        max-width: 100%;
    }
    
}

@media only screen and (max-width: 450px){

    .privacy .container{
        padding: 20px 20px;
    }
}