*::-webkit-scrollbar {
    display: none;
}

.vision-background{
	background-image: url('../../images/history/Vision.png');
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 600px;
}
.mission-background{
	background-image: url('../../images/history/Mission.png');
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 600px;
}
.up-green{
	background-color: #224B0c !important;
	width: 200px;
	text-align: left;
	margin-left: -12px;
}
.bg-green{
	background-color:#224b0cdb !important;
	max-height: 720px;
}

@media(max-width: 520px){
    .history-nav{
        padding: 0 30px !important;
    }
    .history-nav>.list{
        display: flex;
        overflow-x: scroll;
        width: 100%;
    }   

    .history-nav .list button{
        text-align: center !important;
    }
    .history-nav .list button:not(:last-child){
        /* border-right: 2px solid #a6a6a6 !important; */
    } 
    .history-nav button label{
        width: 100px;
    }
}

