@keyframes mover{from{transform:translateY(0)}to{transform:translateY(-20px)}}.shape-bg{animation:2s linear infinite alternate mover}.card{border-radius:16px}.page-header{min-height:500px;background:url(../images/bg-yellow.png);background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:30px}.page-header .img-container .img{position:absolute;left:-300px;bottom:0;width:850px}@media only screen and (min-width: 768px)and (max-width: 1600px){.page-header .img-container .img{left:-150px}}@media only screen and (max-width: 768px){.page-header .img-container .img{position:relative !important;left:10px;width:500px}}.page-header .shape-bg{position:absolute;top:150px;left:50px}.categories{width:90%;margin:0 auto;background-color:#000;color:#fff;border-radius:0 0 30px 30px}.categories .link{color:#bbb;transition:all .25s ease-in-out}.categories .link:hover{color:#fff}.blog-item{border-bottom:1px solid #eee}@media only screen and (max-width: 768px){.blog-item .link{font-size:1rem}.blog-item .img{width:120px;height:100px}.blog-item p{font-size:.9rem}}.blog-item:last-of-type{border-bottom:none}.blog-item:hover .img{filter:brightness(90%)}.blog-item .img{width:216px;height:144px}.blog-item .summary{font-size:.95rem}.post .post-image:hover img{transform:scale(1.2) rotate(-5deg)}.post-image{overflow:hidden}.post-image img{max-height:450px;border-radius:20px;transition:all .5s ease-in-out}.post-item-image{width:64px;height:64px;border-radius:5px}.post-item-title{font-size:1em}.post-item-date{font-size:.8em}