.blog-section{align-items:flex-start;align-self:stretch;background:var(--white);border-radius:.75rem;color:var(--black);display:flex;flex-direction:column;gap:1.5rem;margin:3.5rem auto;max-width:54.375rem}.blog-section a,.blog-section a:active,.blog-section a:hover,.blog-section a:visited{color:var(--black);text-decoration:none}.blog-section .blog-title{color:var(--black);display:block;font-family:var(--h1-black-font-family);font-size:var(--h1-black-font-size);font-style:var(--h1-black-font-style);font-weight:var(--h1-black-font-weight);line-height:var(--h1-black-line-height);text-align:center;width:100%}.blog-section .blog-desc{display:table;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);text-align:center;width:100%}.blog-section .blog-cards{display:grid;gap:1.75rem 1.5rem;grid-template-columns:1fr 1fr;margin:3.5rem 0;width:100%}.blog-section .blog-cards .blog-card{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;gap:1rem;text-align:left}.blog-section .blog-cards .blog-card:hover{opacity:.3}.blog-section .blog-cards .blog-card .blog-card-img{border-radius:1rem;max-height:15.375rem;overflow:hidden;width:100%}.blog-section .blog-cards .blog-card .blog-card-img img{background:var(--gray-10);border-radius:.25rem;-o-object-fit:cover;object-fit:cover;width:100%}.blog-section .blog-cards .blog-card p{color:var(--black);font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);margin:0}.blog-section .blog-btn-wrap{align-self:center;margin-top:0;max-width:26rem;width:100%}.blog-section .blog-btn-wrap .blog-btn{background:var(--maincolor);border-radius:.75rem;color:var(--white);display:inline-block;font-family:var(--h5-bold-font-family);font-size:var(--h5-bold-font-size);font-style:var(--h5-bold-font-style);font-weight:var(--h5-bold-font-weight);line-height:var(--h5-bold-line-height);padding:.75rem .5rem;text-align:center;text-decoration:none;width:100%}@media screen and (max-width:30rem){.blog-section{border-radius:0;gap:0;max-width:100vw;padding:0 1rem}.blog-section .blog-title{font-size:var(--h2-black-font-size);margin-bottom:1rem}.blog-section .blog-desc{font-size:var(--h5-bold-font-size);padding:0 .5rem}.blog-section .blog-desc span{display:flow}.blog-section .blog-cards{gap:1.5rem .5rem;grid-template-columns:1fr 1fr;margin:2rem 0}.blog-section .blog-cards .blog-card{gap:.5rem}.blog-section .blog-cards .blog-card img{height:5.875rem;width:100%}.blog-section .blog-cards .blog-card p{font-size:var(--h7-bold-font-size);font-style:var(--h7-bold-font-style);font-weight:var(--h7-bold-font-weight);line-height:var(--h7-bold-line-height)}.blog-section .blog-btn-wrap{align-items:center;display:flex;justify-content:center;max-width:26rem;width:100%}.blog-section .blog-btn-wrap .blog-btn{font-size:var(--copy-bold-m-font-size)}}