#resource-cards-module *{box-sizing:border-box;color:#01022e;font-family:poppins;margin:0;padding:0}#resource-cards-module{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}#cards-templates{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));height:fit-content;width:100%}#card-templates{background:#fff;border:2px solid #dde6fb;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:30px 25px;transition:all .5s}#card-templates a{text-decoration:none}#card-templates .image{align-content:center;border-radius:5px;display:grid;height:160px;opacity:.7;overflow:hidden;transition:all .5s;width:auto}#card-templates:hover .image{opacity:1}#card-templates:hover{background-color:#f9fafe;-webkit-box-shadow:0 4px 24px -12px #627c9c;-moz-box-shadow:0 4px 24px -12px #627c9c;box-shadow:0 4px 24px -12px #627c9c}#cards-templates h2{font-size:20px;font-style:normal;font-weight:600;line-height:30px;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden}#card-templates p.tags{color:#81a5f7;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}#resource-cards-module .filters{background:#fff;border:2px solid #dde6fb;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;max-height:58px;overflow:hidden;position:absolute;transition:max-height .5s cubic-bezier(0,1,0,1);width:300px;z-index:1}#resource-cards-module .filters a{padding:0 20px 20px;text-decoration:none}#resource-cards-module .filters.open{max-height:1000px}#resource-cards-module .filters.open img{transform:rotate(180deg);transition:transform .2s}#resource-cards-module .filters img{transform:rotate(0deg);transition:transform .2s}#resource-cards-module .filter-title{display:flex;justify-content:space-between;padding:20px}@media screen and (max-width:767px){#cards-templates{display:FLEX;gap:20px;height:fit-content;width:100%;FLEX-DIRECTION:column}}