.materials-by-table .container{display:flex;flex-direction:column;gap:24px}.materials-by-table__header{display:flex;flex-direction:column;gap:8px}.materials-by-table__header-top{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.materials-by-table__title,.materials-by-table__title :is(h1,h2,h3,h4,h5,h6,p){color:#000;font-size:40px;font-weight:700;line-height:48px;margin:0}.materials-by-table__description,.materials-by-table__description :is(p,h1,h2,h3,h4,h5,h6){color:#000;font-size:20px;font-weight:300;line-height:28px;margin:0}.materials-by-table__grid{display:grid;gap:24px;grid-template-columns:1fr}.materials-by-table__card{background-color:#fff;border:1px solid #d3d8de;border-radius:24px;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}.materials-by-table__card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.materials-by-table__card-image{flex-shrink:0;height:201px;width:100%}.materials-by-table__card-image img{display:block;height:100%;object-fit:cover;width:100%}.materials-by-table__card-content{display:flex;flex-direction:column;gap:12px;min-height:151px;padding:20px}.materials-by-table__card-badge{align-items:center;align-self:flex-start;background-color:var(--primary-color);border-radius:20px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;line-height:1.2;padding:4px 12px}.materials-by-table__card-title{color:#141414;font-size:20px;font-weight:700;letter-spacing:-.8px;line-height:1.2;margin:0}.materials-by-table__card-cta{align-items:center;align-self:flex-end;color:var(--primary-color);display:inline-flex;font-size:14px;font-weight:600;gap:4px;margin-top:auto}.materials-by-table__card:hover .materials-by-table__card-cta{text-decoration:underline}@media (min-width:768px){.materials-by-table__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.materials-by-table__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.materials-by-table__title,.materials-by-table__title :is(h1,h2,h3,h4,h5,h6,p){font-size:28px;line-height:36px}.materials-by-table .btn.btn-outline-blue{justify-content:center;width:fit-content}}