.course__catalog--courses{grid-column-gap:40px;grid-row-gap:35px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:820px){.course__catalog--courses{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.course__catalog--courses{grid-template-columns:1fr}}.course__catalog--pagination{grid-column:1/-1}
