@media screen and (min-width: 769px) and (max-width: 1279px) {
    .items{
        width: 720px;
    }
    .item{
        width: 218px;
    }
    .item-padding{
        padding-top: 20px;
    }
}