.szb{
    width: 1920px;
    /* height: 1000px; */
    background-color: #ffffff;
    margin: 0 auto;

}

.hh{
    width: 1920px;
    height: 50px;
    background-color: #ffffff;
}

.szba {
    display: flex;
    justify-content: center; 
    text-align: center;   
}

.szba li {
    margin: 10px;    
    transition-duration: 0.5s;
}

.szbbt {
    font-size: 24px;
    color: #333;
}

.text {
    font-size: 14px;
    color: #333;
}

.szba1:hover {
    cursor: pointer;
    color: #ff5e00;
    transform: translate(0,-10px);
}

.szba2:hover {
    cursor: pointer;
    color: #ff5e00;
    transform: translate(0,-10px);
}

.szba3:hover {
    cursor: pointer;
    color: #ff5e00;
    transform: translate(0,-10px);
}

.szba4:hover {
    cursor: pointer;
    color: #ff5e00;
    transform: translate(0,-10px);
}

 