.home_primary{
    min-height: 300px;
    text-align: center;
    max-height:350px;

}

.featured_image{
    /* width:100%; */
    width: 1440px; 
    /* opacity: 1; transform: translate3d(0px, 0px, 0px); */
    max-height:350px;
    object-fit: cover;
    /* object-position: 50% 50%; */
    display: inline-block;
  }

.column-image{
    max-width: 100%;
    width: auto;
    height:auto;
}
.column-left{
    background-color: #e7ecb6;   
}

.column-middle{
    background-color: #a5f9f6;  
}
.column-right{
    background-color: #f6e7b2;
}

.column-left-text{
    color: #e7ecb6;
}

.column-middle-text{
    color: #a5f9f6;  
}
.column-right-text{
    color: #f6e7b2;
}

.column-oricl{
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    padding: 15px;
    
}
.column-oricl-text{
    align-items: center;
    text-align: center;
    width:300px;
    padding-top: 1em;
    font-weight: bold;
    font-size: 3em;
    /* line-height: 300px; */
}

.column-people{
    white-space: nowrap;
}
.people-title{
    line-height: 30px;
    width:100%
}

.people_profile_image{
    border-radius: 50%;
    width: 200px;
}
.people-text{
    display: flex;
  height: 100%;
}
.people-description{
    
    display: inline-block;
    align-self: flex-end;
}
.level-item, .level-left, .level-right{
    width: 220px;
    min-height:100px;
    margin-left: auto  ;
    margin-right: auto;

}
.level-item-small{
    width: 150px;
}
@media screen and (min-width:990px){
    .level-item, .level-left, .level-right {
        width: 220px;
        height: 200px;
        border-radius: 50%;
        margin-left: auto  ;
        margin-right: auto;
    
    }
    .level-item-small{
        width: 150px;
    }
    .level-left {
        align-items: center;
        justify-content: flex-start; }
    .level-right {
            align-items: center;
            justify-content: flex-end; }
}


@media screen and (max-width: 990px) and ( min-width: 577px){
    .column-oricl-text{
        text-align: center;
        align-items: center;
        height:300px;
        line-height: 300px;
        font-weight: bold;
        font-size: 3em;
    }
    .column-people{
        white-space: nowrap;
        text-align: center;
    }
    .people-title{
        text-align: center;
        line-height: 30px;
    }
    
}

@media screen and (max-width: 576px){
    .column-oricl-text{
        align-items: center;
        text-align: center;
        width:300px;
        font-weight: bold;
        font-size: 3em;
    }
    .column-people{
        white-space: nowrap;
        text-align: center;
    }
    .people-title{
        text-align: center;
        line-height: 30px;
    }
    

}

.column-two{
    white-space: nowrap;
    text-align: center;
}
.helper-text{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.peopele-bk:nth-child(odd){
    background-color: #f2f2f2;
    
}

.peopele-bk:nth-child(even){
    background-color: #fff;
    padding-top: 2px;
}
ul{
    margin-left: 4%;
}

.people_profile{
    min-height: 230px;
}

