.blogs-section{width:calc(100% -100px);max-width:1400px;margin:3rem auto;display:flex;justify-content:space-between;align-items:flex-start;gap:1.3rem;padding-inline:30px}.blog-category{width:350px}.blog-sidepanel{padding-block:1rem}.blog-cat-1{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:20px;border:.5px solid #ddd;padding:.6rem 1rem;box-shadow:1px 5px 15px rgba(0,0,0,.1);margin-bottom:18px;cursor:pointer;transition:.3s ease-in-out}.blog-cat-1 .category-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.blog-cat-post{white-space:nowrap;border:1px solid #b9b9b9;padding:1px 10px;font-size:12px;font-weight:600;color:#4e4e4e;border-radius:30px}.blog-cat-1:hover .blog-cat-post{background-color:#56a79a;color:#fff;border:1px solid #56a79a}.blog-cat-1:hover .blog-cat-title{color:#e31515}.blog-cat-1:hover{box-shadow:none;border-color:#e31515}.blog-gallery-section{width:350px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;align-items:center;gap:1rem}.blog-gallery-section img{width:100%;box-shadow:1px 5px 15px rgba(0,0,0,.1);object-fit:cover;transition:.1s ease-in-out}.blog-gallery-section img:hover{transform:scale(1.1)}.blog-btn{padding:.6rem 1.8rem;background-color:#ee5b59;color:#fff;width:max-content;border:1px solid #ee5b59;border-radius:30px;font-weight:600}.blog-btn:hover{border:1px solid #17b6b6;background-color:#17b6b6;color:#fff}@media (max-width:1024px){.blogs-section{flex-direction:column}.blog-sidepanel{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.blog-gallery-section{width:350px}.blog-category{width:100%}}@media (max-width:768px){.blogs-section{width:100%;padding-inline:15px}.blog-sidepanel{display:flex;flex-direction:column}.blog-gallery-section{width:100%}.blog-cat-1{padding:.6rem .8rem}.blog-cat-1 .category-image{width:45px;height:45px}.blog-cat-post{padding:1px 5px}}.blog-module{width:calc(100% - 100px);margin:50px auto}.blog-module-container{max-width:1200px;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.blog-module-row{align-items:flex-start;gap:1.5rem}.blog-module-left,.blog-module-row{display:flex;justify-content:space-between}.blog-module-left{flex-direction:column;gap:1rem}.blog-module-container img{width:100%;height:100%;object-fit:cover}.blog-module-btn{padding:.6rem 1.8rem;background-color:#ee5b59;color:#fff;width:max-content;border:1px solid #ee5b59;border-radius:30px;font-weight:600}.blog-module-btn:hover{border:1px solid #17b6b6;background-color:#17b6b6;color:#fff}@media (max-width:360px){.blog-module-btn,.book-btn{padding:.4rem .9rem}.blog-module-left h2{margin-block:-10px}}@media (max-width:768px){.blog-module{width:calc(100% - 30px)}.blog-module-row{flex-direction:column;gap:2.5rem;flex-direction:column-reverse}.blog-module-row .blog-module-right img{width:100%;height:auto}.blog-module-left h2{width:100%}}