.blog-home-items{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}.blog-home-item{flex:0 0 33.33%;max-width:33.33%;padding:0 10px;margin-bottom:20px;opacity:0;display:none}.blog-home-item:first-child{animation-delay:.1s}.blog-home-item:nth-child(2){animation-delay:.2s}.blog-home-item:nth-child(3){animation-delay:.3s}.blog-home-item:nth-child(4){animation-delay:.1s}.blog-home-item:nth-child(5){animation-delay:.2s}.blog-home-item:nth-child(6){animation-delay:.3s}.blog-home-item:nth-child(7){animation-delay:.4s}.blog-home-item:nth-child(8){animation-delay:.5s}.blog-home-item:nth-child(9){animation-delay:.6s}.blog-home-item:nth-child(10){animation-delay:.7s}.blog-home-item:nth-child(11){animation-delay:.8s}.blog-home-item:nth-child(12){animation-delay:.9s}.blog-home-item.visible{display:block;animation-duration:.5s;animation-timing-function:ease;animation-direction:alternate;animation-fill-mode:forwards;animation-name:visiblePost}.blog-home-card{font-size:16px;font-weight:400;height:100%}.blog-home-card__media{background-color:#f9f9f9;border-radius:15px 15px 0 0;height:192px;width:100%}.blog-home-card__media img{border-radius:15px 15px 0 0;height:100%;width:100%;object-fit:cover}.blog-home-card__body{background-color:#fff;border-radius:0 0 15px 15px;box-shadow:0 0 60px rgba(0,0,0,.1);padding:40px}.blog-home-card__title{display:block;font-size:1.3em;font-weight:700;line-height:1.25;margin-bottom:25px}.blog-home-card__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.blog-home-card__btn-cta{border-radius:10px;margin-top:30px;height:42px;min-width:120px}.blog-home-footer{display:flex;justify-content:center;margin-top:15px}.blog-home-footer .btn{min-width:255px;max-width:100%}@media(max-width:1280px){.blog-home-card__title{font-size:1.15em}.blog-home-card__body{padding:30px}}@media(max-width:1024px){.blog-home-card__title{font-size:1em;font-weight:600;line-height:1.2}.blog-home-card__body{padding:20px}.blog-home-card__media{height:175px}.blog-home-card__title{margin-bottom:20px}.blog-home-card__btn-cta{margin-top:20px}}@media(max-width:900px){.blog-home-items{flex-wrap:nowrap;overflow-x:auto;padding:60px 0 60px 20px;width:calc(100% + 40px);margin-left:-20px;margin-top:-60px;margin-bottom:-40px}.blog-home-items::-webkit-scrollbar{width:0;height:0;display:none}.blog-home-item{flex:0 0 320px;max-width:320px;margin-bottom:0;padding-left:0;padding-right:15px}}@media(max-width:767px){.blog-home-card__media{height:240px}.blog-home .blog-home-item:nth-child(3){animation-delay:0s}.blog-home-footer .btn{height:50px}}@media(max-width:576px){.blog-home-card__media{height:200px}.blog-home-card__body{border-radius:0 0 10px 10px}}@keyframes visiblePost{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}