.blog-cards-module__image-wrapper{height:250px!important}.blog-cards-module__content{min-height:68px}h3.blog-cards-module__title{text-align:center}.blog-cards-module{width:100%}.blog-cards-module__grid{display:grid;gap:70px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.blog-cards-module__grid{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.blog-cards-module__image-wrapper{height:230px!important}}@media (max-width:640px){.blog-cards-module__grid{gap:20px;grid-template-columns:1fr}}.blog-cards-module__card{background-color:#222d5e;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;display:flex;flex-direction:column;position:relative;text-decoration:none;transition:transform .15s ease-out,box-shadow .15s ease-out}.blog-cards-module__card:focus-visible,.blog-cards-module__card:hover{box-shadow:0 8px 20px rgba(0,0,0,.2);outline:none;transform:translateY(-2px)}.blog-cards-module__image-wrapper{overflow:hidden;position:relative;width:100%}.blog-cards-module__image-placeholder,.blog-cards-module__image-wrapper img{display:block;height:0;object-fit:cover;padding-bottom:100%;width:100%}.blog-cards-module__image-wrapper img{height:100%;padding-bottom:0}.blog-cards-module__image-placeholder{background:#ccc}.blog-cards-module__date-badge{background-color:#222d5e;color:#fff;display:flex;flex-direction:column;gap:2px;left:0;min-width:56px;padding:8px 10px;position:absolute;text-align:center;top:0}.blog-cards-module__date-day{font-size:20px;font-weight:700;line-height:1}.blog-cards-module__date-month,.blog-cards-module__date-year{font-size:10px;line-height:1.2;text-transform:uppercase}.blog-cards-module__content{background-color:#222d5e;padding:10px 12px 16px}.blog-cards-module__title{color:#fff;font-size:16px;line-height:1.3;margin:0}.blog-cards-module__footer{padding-top:16px;position:relative}.blog-cards-module__bottom-bar{background-color:#fab400;height:8px;width:100%}.blog-cards-module__button{background-color:#fff;border:1px solid #222d5e;color:#222d5e;font-size:14px;left:50%;line-height:1.2;padding:6px 22px;position:absolute;text-align:center;top:20px;transform:translate(-50%,-50%);white-space:nowrap}.blog-cards-module__card:focus-visible .blog-cards-module__button{box-shadow:0 0 0 2px #fff,0 0 0 4px #222d5e}