#infoPage{
    width: 100%;
    /* background: url(assets/bg.webp); */
}
#infoPage .main{
    width: 100%;
    min-height: 100vh;
    background: #170b61;
}
#infoPage .container{
    display: flex;
    justify-content: space-between;
    padding: 100px 20px 60px 20px;
    min-height: 100vh;
    box-sizing: border-box;
    flex-wrap: wrap;
}
#infoPage .label-text {
    position: relative;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}
#infoPage .box{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
#infoPage .wrapper{
    position: relative;
    box-sizing: border-box;
    width: 96%;
    margin-left: 2%;
    border-radius: 18px;
    background-color: hsla(0, 0%, 100%, .8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    text-align: center;
    height: fit-content;
}
@media screen and (max-width:850px) {
    body, html {
        min-height: auto;
    }
    .nav .nav_box {
        width: 65%;
    }
    .nav .nav_box ul {
        width: 100%;
        font-size: 12px;
    }
    .nav .nav_logo img {
        width: 5rem ;
    }
}