.alzs{
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.alzs>div{
    margin: 10px 16px;
    width: 280px;
    height: 280px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}
@media (max-width: 960px) {
    .alzs>div{
        width: 41%;
        height: auto;
    }
}
