.content-box-list{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(0,383px));justify-content:center;margin-block-end:20px}@media only screen and (min-width:768px){.content-box-list{gap:16px;grid-template-columns:repeat(2,1fr);margin-block-end:40px}}@media only screen and (min-width:1024px){.content-box-list{gap:30px;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1280px){.content-box-list{grid-template-columns:repeat(3,1fr);margin-block-end:60px}}
