.catalog-artists{display:grid;column-gap:40px;row-gap:60px;grid-template-columns:repeat(6,1fr)}.catalog-artists .name{color:#343446;font-size:20px;font-weight:700;line-height:1.2;margin:0 0 10px}.catalog-artists .year{color:#878ba9;font-size:14px;font-weight:400;line-height:1.2;margin:10px 0}.catalog-artists .description,.catalog-artists .education{color:#343446;font-size:14px;font-weight:400;line-height:1.2;margin:10px 0}.catalog-artists .artist-follow-link{width:102px;font-size:14px;height:40px}.catalog-artists .artist-follow-link svg{width:17px;height:17px}@media only screen{.catalog-artists{display:grid;column-gap:20px;grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1024px){.catalog-artists{display:grid;column-gap:20px;grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:640px){.catalog-artists{grid-template-columns:repeat(2,1fr)}}