.containerBlogsLanding{max-width:1440px;margin:0 auto;display:flex;gap:4rem;padding:0 40px}.blogsLeftLanding{width:50%}.blogsLeftLanding h1{font-family:Montserrat;font-size:3.25rem;font-style:normal;font-weight:700;line-height:3.49106rem;text-transform:uppercase;background:linear-gradient(90deg,#c56cd6 6.62%,#3425af 111.87%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blogsLeftLanding p{color:#000;font-family:Montserrat;font-size:1.375rem;font-style:normal;font-weight:300;line-height:1.5625rem}.blogsRightLanding{width:50%}.blogsRightLanding img{width:100%;height:100%;object-fit:contain}.BlogsCardsContainer{max-width:1440px;margin:0 auto}.BlogsCardContainerInner{display:flex;gap:4rem;flex-wrap:wrap;justify-content:center;margin-top:4rem;margin-bottom:4rem}.BlogCard{display:flex;flex-direction:column;gap:1rem;width:22rem;height:-moz-fit-content;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:opacity .5s ease,box-shadow .3s ease;border-radius:.63rem;height:fit-content;justify-content:flex-start;align-items:flex-start}.BlogCard:hover{opacity:.9;box-shadow:0 8px 24px rgba(0,0,0,.12)}.BlogCard a{display:flex;flex-direction:column;gap:1rem}.BlogCard h2{background:linear-gradient(90deg,#c56cd6 6.62%,#3425af 111.87%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.5625rem;font-weight:600;line-height:1.66031rem;padding:0 1rem}.BlogCard h2,.BlogCard p{font-family:Montserrat;font-style:normal;margin:0}.BlogCard p{color:#000;font-size:1rem;font-weight:400;line-height:1.1875rem;padding:0 1rem 1rem}.BlogCard img{width:22rem;height:13.25rem;object-fit:cover;border-radius:.63rem}@media (max-width:1080px){.blogsLeftLanding h1{line-height:normal;font-size:larger}.blogsLeftLanding p{line-height:normal;font-size:large}.BlogCard h2{font-size:larger;line-height:normal}}@media (max-width:790px){.containerBlogsLanding{flex-direction:column-reverse;gap:1rem;padding:1rem}.blogsLeftLanding,.blogsRightLanding{width:100%}.BlogsCardsContainer{padding:0 1rem 1rem}.BlogCard,.BlogCard a,.BlogCard img{width:100%}.BlogsCardContainerInner{gap:2rem;margin-top:2rem}}