.card-boxes{background-color:#a88e42;display:flex;flex-wrap:wrap;gap:4em;justify-content:space-evenly;padding:calc(80px + 2em) 40px 80px}.card-boxes__box{flex:0 1 150px;text-align:center}@media screen and (min-width:1100px){.card-boxes__box:nth-child(2n){margin-top:2em}.card-boxes__box:nth-child(odd){margin-top:-2em}}.card-boxes__image{object-fit:cover;width:100%}.card-boxes__title{font-size:26px;text-transform:uppercase}