.releases-cards{background-color:#e9edfd;padding:80px 0}.releases-cards .container{display:flex;flex-direction:column;gap:40px;max-width:1160px}.releases-cards__header{display:flex;flex-direction:column;gap:20px}.releases-cards__title{color:#000;font-size:32px;font-weight:700;line-height:40px}.releases-cards__title h1,.releases-cards__title h2,.releases-cards__title h3,.releases-cards__title h4,.releases-cards__title p{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.releases-cards__description{color:#000;font-size:16px;font-weight:300;line-height:24px}.releases-cards__description p{margin:0}.releases-cards__grid{display:grid;gap:24px;grid-template-columns:1fr}.releases-cards__card{background-color:#fff;border-radius:30px;display:flex;flex-direction:column;gap:8px;padding:20px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.releases-cards__card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.releases-cards__category{align-items:center;align-self:flex-start;background-color:#fff;border:1px solid #d3d8de;border-radius:4px;color:#5274ff;display:inline-flex;padding:4px 8px}.releases-cards__category,.releases-cards__date{font-size:12px;font-weight:500;line-height:normal;text-transform:uppercase}.releases-cards__date{color:#55565e}.releases-cards__card-title{color:#151619;font-size:24px;font-weight:700;line-height:32px;margin:0}.releases-cards__empty{padding:40px 20px;text-align:center}.releases-cards__empty p{color:#55565e;font-size:16px;margin:0}.releases-cards__cta{display:flex}.releases-cards .cta-button{align-items:center;background-color:transparent;border:1px solid #1e2328;border-radius:8px;color:#1e2328;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;line-height:24px;padding:16px 24px;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.releases-cards .cta-button:hover{background-color:#1e2328;color:#fff;transform:translateY(-2px)}.releases-cards .cta-button svg{flex-shrink:0}@media (min-width:768px){.releases-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.releases-cards__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.releases-cards{padding:60px 0}.releases-cards__title{font-size:28px;line-height:36px}.releases-cards__card{border-radius:20px;padding:16px}.releases-cards__card-title{font-size:20px;line-height:28px}.releases-cards .cta-button{justify-content:center;width:100%}}