@media screen and (max-width: 1366px){
    .items {
        width: 90%;
    }

    .item h2 {
        font-size: 1.5rem;
    }
}