.hps-wrap{text-align:center;}
.hps-item{display:block;font-size:50px;font-weight:700;text-decoration:none;}
.hps-preview{position:fixed;width:320px;height:220px;pointer-events:none;display:none;z-index:9999}
.hps-preview img{width:100%;height:100%;object-fit:cover}
.hps-item{
    /*display:flex;*/
    align-items:center;
    gap:15px;
    text-decoration:none;
}

.hps-number{
    min-width:20px;
    font-size:25px;
    font-weight:400;
}

.hps-title{
    font-size:70px;
    line-height:1;
    font-weight: 400;
}

a.hps-item {
   color: #203200;
}

a.hps-item:hover {
    color: #BEC1AF !important;
}


@media(max-width:767px){

    .hps-number{
        font-size:24px;
        min-width:50px;
    }

    .hps-title{
        font-size:48px;
    }

}