@charset "UTF-8";

@media screen and (max-width: 1800px){

    html{
        zoom: .9;
    }

}

@media screen and (max-width: 1600px){

    html{
        zoom: .8;
    }

}
@media screen and (max-width: 1440px){

    html{
        zoom: .7;
    }

}

@media screen and (max-width: 1200px){

    html{
        zoom: .6;
    }

}

@media screen and (max-width: 1024px){

    html{
        zoom: .55;
    }
    .experience > div .show{
        left: 10px;
    }

}

@media screen and (max-width: 768px){
    .experience > div{
        width: 95%;
    }


}

@media screen and (max-width: 520px){
    .top-nav .right {
        float: left;
    }
}

@media screen and (max-width: 414px){
    .experience > div .btn{
        top: unset;
        bottom: -65px;
    }
    .experience > div .show{
        width: 80%;
    }
    .experience > div .time{
        display: none;
    }
    .experience > div .show ul li p{
        font-size: 18px;
    }
}


