.blog-section{background-color:var(--background-color-gray-2)}.blog-section .box{gap:5rem}.blog-section .box>.wrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.blog-section .box .title-1{width:70%;max-width:750px}.blog-section .box .button-2{width:fit-content}.blog-section .box .cards{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:3rem}.blog-section .box .cards .blog-card{max-width:650px}@media screen and (min-width:0px) and (max-width:650px){.blog-section .box .wrapper{flex-wrap:wrap;gap:2rem}.blog-section .box .wrapper .title-1{width:100%;max-width:fit-content}}@media screen and (max-width:1050px){.blog-section .box .title-1{align-items:flex-start;text-align:start}.blog-section .box .cards{flex-wrap:wrap;justify-content:flex-start}}@media screen and (min-width:0px) and (max-width:990px){.blog-section .box .cards .blog-card{width:100%;max-width:700px}}