.blog-container{max-width:1200px;margin:2.5rem auto;padding:0 1rem}.blog-heading{font-size:3rem;font-weight:700;text-align:center;color:#0f766e;margin-bottom:1.5rem;transition:transform .3s ease-in-out,color .3s ease-in-out}.blog-heading:hover{color:#0d9488;transform:scale(1.05)}.blog-cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width:768px){.blog-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-cards{grid-template-columns:repeat(3,1fr)}}.blog-card{background-color:#20323e;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.blog-card:hover{transform:scale(1.05);box-shadow:0 8px 12px rgba(0,0,0,.2)}.blog-card-image{width:100%;height:16rem;object-fit:cover}.blog-card-content{padding:1rem}.blog-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1557e6}.blog-card-description{margin-bottom:1rem}.blog-card-button{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.25rem;transition:background-color .2s ease-in-out}.blog-card-button:hover{background-color:#2563eb}.blog-section{margin-top:2.5rem;background-color:#20323e;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.blog-section-title{font-size:1.875rem;font-weight:800;margin-bottom:1.5rem;color:#0a9dff}.blog-section-text{line-height:1.75;margin-bottom:1rem}.blog-subsection{margin-top:2.5rem;padding:1.5rem;background-color:#20323e;border-radius:.5rem}.blog-subsection-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0a9dff}.blog-subsection-text{margin-bottom:.5rem}