.boards-title{align-items:center;margin-bottom:30px;display:flex}@media (max-width:1368px){.boards-title{flex-direction:column;align-items:flex-start;gap:12px}}.boards-title-text{min-width:265px}@media (max-width:1368px){.boards-title-text{min-width:0;min-width:initial}}.boards-title-count{color:var(--grey);padding-left:60px;font-size:21px;font-weight:300}@media (max-width:1368px){.boards-title-count{padding-left:0}}.boards-content{display:flex}.boards-content-groups{flex-direction:column;width:100%;padding-left:60px;display:flex}@media (max-width:1368px){.boards-content-groups{padding-left:0}}.boards-content-groups-group{margin-bottom:45px}@media (max-width:1368px){.boards-content-groups-group{margin-bottom:15px}}.boards-content-groups-group-title{border-bottom:1px solid var(--primary-border);cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:5px;display:flex}.boards-content-groups-group-content{display:none}.boards-content-groups-group-content-active{display:block}.boards-content-groups-group-content-description{margin-bottom:20px}.boards-content-groups-group-content-description p{margin:16px 0}.boards-content-groups-group-content-grid{grid-gap:15px;grid-template-columns:repeat(3,1fr);gap:15px;display:grid}@media (max-width:1368px){.boards-content-groups-group-content-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.boards-content-groups-group-content-grid{grid-template-columns:repeat(1,1fr)}}
