#header-sections{
    height:470px;
    display:flex;
    background:url(../img/header-bgs.jpg);
}

#header-sections a{
    width:50%;
    height:470px;
    text-align:center;
    cursor:pointer;
    padding-top:130px;
}

.section-label{
    display:inline-block;
    width:100%;
    text-align:center;
    letter-spacing:0.05em;
    font:54px/60px MissionGothicLight;
    color:#fff;
    margin-bottom:24px;
}

.btn-discover{
    display:inline-block;
    width:190px;
    height:56px;
    text-align:center;
    border:1px solid white;
    color:#fff;
    font:32px/32px MissionGothicLight;
    letter-spacing:0.05em;
    padding-top:10px;
    border-radius:0 0 16px 0;
}

.btn-discover img{margin-left:10px; position:relative; display:inline-block; width:22px; top:-5px;}

#mission{
    height:592px;
    background-image:url(../img/mission-bg.jpg);
}

#personality{
    height:850px;
    background:url(../img/personality-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
}

#personality h1{margin-top:20px;color:#fff;}