.section--blog-cards-01{z-index:0}.blog-cards-01__card-wrapper{display:flex;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.blog-cards-01__card{transition:.2s;z-index:0;background-color:white;box-shadow:0px 3px 6px rgba(0,0,0,.2);border-radius:25px}.blog-cards-01__card:hover{box-shadow:5px 6px 12px rgba(0,0,0,.2)}.blog-cards-01__image-wrapper{width:100%;height:200px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;border-radius:25px 25px 0 0}.blog-cards-01__text-box{padding:1rem 1rem 2rem 1rem;position:relative}.blog-cards-01__column-title{font-size:1.5rem;font-weight:300}.blog-cards-01__number{border-radius:50%;margin:0;height:80px;width:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.blog-cards-01__link{position:relative;color:initial;text-decoration:none}.blog-cards-01__link:before{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#b2e1d8}@media(max-width:1024px){.blog-cards-01__section-wrapper,.blog-cards-01__card-wrapper{-ms-flex-pack:distribute;justify-content:space-around}.blog-cards-01__card{width:calc(50% - 1rem) !important;margin:.5rem;margin-bottom:1.5rem}}@media(max-width:800px){.blog-cards-01__text-box{padding:1rem !important}}@media(max-width:620px){.blog-cards-01__card{width:100% !important;margin:2rem 0}}