.blog-cards{margin:0 auto;max-width:1640px;padding:55px 0}.blog-cards__section-title{font-size:clamp(1.74rem,3vw,3rem);text-align:center}.blog-cards__list{list-style:none;margin:0;padding:0 35px}@media(min-width:60rem){.blog-cards__list{grid-column-gap:35px;grid-row-gap:30px;display:grid;grid-template-columns:1fr 1fr}}@media(min-width:80rem){.blog-cards__list{grid-column-gap:45px;grid-row-gap:35px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);padding:20px 70px}}.blog-cards__item{background-color:#ffedf2;box-shadow:0 0 0 #ccc;margin-bottom:35px;position:relative;transform:scale(1);transition:transform .25s}.blog-cards__item:after,.blog-cards__item:first-child{border-top-left-radius:250px}.blog-cards__item:after{background:#c62c61;content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:translate(0);transition:transform .25s;width:100%;z-index:-1}.blog-cards__item:hover{transform:translate(-2px,-2px)}.blog-cards__item:hover:after{transform:translate(5px,5px)}@media(min-width:60rem){.blog-cards__item{display:flex;flex:1;justify-content:space-between;margin-bottom:0}.blog-cards__item:first-child{flex-direction:row-reverse}}@media(min-width:80rem){.blog-cards__item{display:flex;flex-direction:column}.blog-cards__item:first-child{border-top-left-radius:250px;grid-area:1/1/4/3}.blog-cards__item:nth-child(2){grid-area:1/3/2/5}.blog-cards__item:nth-child(3){grid-area:2/3/3/5}.blog-cards__item:nth-child(4){grid-area:3/3/4/5}.blog-cards__item:first-child{flex-direction:column}}.blog-cards__image{height:100%}.blog-cards__item:first-child .blog-cards__image{border-top-left-radius:250px;overflow:hidden;position:relative;width:100%}@media(min-width:60rem){.blog-cards__image{position:absolute;right:0;width:150px;z-index:1}.blog-cards__item:first-child .blog-cards__image{border-top-left-radius:0;width:150px}}@media(min-width:80rem){.blog-cards__image{width:250px}.blog-cards__item:first-child .blog-cards__image{width:100%}}.blog-cards__item:first-child .blog-cards__image img{border-top-left-radius:250px;max-height:350px;min-height:300px}@media(min-width:60rem){.blog-cards__item:first-child .blog-cards__image img{border-top-left-radius:0;min-height:unset}}@media(min-width:80rem){.blog-cards__item:first-child .blog-cards__image img{border-top-left-radius:250px;max-height:700px}}.blog-cards__image img{height:100%;max-height:250px;object-fit:cover;width:100%}@media(min-width:60rem){.blog-cards__image img{max-height:500px}}.blog-cards__content{background-color:#ffedf2;height:100%;padding:20px;z-index:1}@media(min-width:60rem){.blog-cards__content{display:flex;flex-direction:column;width:calc(100% - 150px)}.blog-cards__item:first-child .blog-cards__content{flex-grow:1}}@media(min-width:80rem){.blog-cards__content{width:calc(100% - 250px)}.blog-cards__item:first-child .blog-cards__content{height:unset;width:100%}}.blog-cards__title{color:#000;font-size:clamp(1.3rem,2.3vh,1.75rem);font-weight:500}.blog-cards__item:first-child .blog-cards__title{font-size:clamp(1.5rem,2.3vh,2rem)}@media(min-width:60rem){.blog-cards__item:first-child .blog-cards__title{font-size:clamp(1.3rem,2.3vh,1.75rem)}}@media(min-width:80rem){.blog-cards__item:first-child .blog-cards__title{font-size:clamp(2rem,2.3vh,2.5rem)}}.blog-cards__author{font-size:1.125rem}.blog-cards__summary{margin-bottom:auto}.blog-cards__link{display:block;margin-top:15px}.blog-cards__link:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}