.blog-section{background-color:#fff;position:relative;z-index:1}.blog-section .shape{position:absolute;z-index:-1}.blog-section .shape.shape-1{left:170px;top:420px}@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (min-width:992px) and (max-width:1199px){.blog-section .shape.shape-1{left:30px;top:150px}}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.blog-section .shape.shape-1{left:30px;top:40px}}.blog-section .shape.shape-2{bottom:275px;right:130px}@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (min-width:992px) and (max-width:1199px){.blog-section .shape.shape-2{bottom:100px;right:30px}}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.blog-section .shape.shape-2{bottom:40px;right:30px}.blog-section .shape.shape-2 img{width:70px}}.blog{height:100%;overflow:hidden;transition:var(--transition)}.blog .thumbnail{overflow:hidden;position:relative}.blog .thumbnail .image{display:block}.blog .thumbnail .image img{transition:var(--transition);width:100%}.blog .thumbnail .category{border-radius:2px;left:8px;letter-spacing:1.6px;padding:5px 12px;position:absolute;text-transform:uppercase;top:10px}.blog .info{padding-top:20px;position:relative}.blog .info .meta{display:flex;flex-wrap:wrap;font-size:var(--body-font-size);list-style:none;margin-bottom:15px;padding-left:0}.blog .info .meta li{margin-right:28px}.blog .info .meta li:last-child{margin-right:0}.blog .info .meta li i{margin-right:10px}.blog .info h3 a{color:var(--secondary-color)}.blog .info h3 a:hover{color:var(--primary-color)}@media only screen and (max-width:575px),only screen and (min-width:992px) and (max-width:1199px){.blog .info h3{font-size:24px}}.blog .info .link{align-items:center;display:flex;font-weight:600}.blog .info .link i{margin-right:10px}.blog:hover .thumbnail .image img{transform:scale(1.1)}