.page-title a:hover{display:inline-block;text-decoration:none;animation:bounce .5s normal forwards;-webkit-animation:bounce .5s normal forwards;-moz-animation:bounce .5s normal forwards;-o-animation:bounce .5s normal forwards}.page-title a{color:#0075a2}.blog-container{display:flex;flex-wrap:wrap}.blog-readmore{position:absolute;right:10px;bottom:10px}.blog-content{flex:1 1 0}.blogtags{display:inline;margin-left:12px}.blogimage{max-width:200px}.blogimage img{width:100%}@media (max-width:576px){.blogimage{min-width:100%;margin-bottom:4px}.blogimage img{width:100%}.blogtags{display:block;margin-left:0}}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-10px)}60%{-webkit-transform:translateY(-7px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-7px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}