.full-blog-grid{display:flex;flex-wrap:wrap;gap:20px}.full-blog-grid .col-badge{align-items:center;background:#9747ff;border:1px solid #9747ff;border-radius:100px;color:#fff;display:inline-flex;font-size:14px;gap:10px;justify-content:center;margin-bottom:40px;padding:8px 24px}.full-blog-grid .regular-col{width:calc(36% - 14px)}.full-blog-grid .regular-col .blog-item{border:1px solid #000;border-radius:30px;color:#000;display:block;padding:32px 48px}.full-blog-grid .regular-col .blog-item+.blog-item{margin-top:20px}.full-blog-grid .regular-col .blog-item h4{font-family:var(--text-font);font-size:24px;font-weight:300;margin-bottom:4px}.full-blog-grid .regular-col .blog-item p{font-size:16px;margin-bottom:4px}.full-blog-grid .regular-col .blog-item svg{color:var(--primary-color);transition:all .2s linear}.full-blog-grid .regular-col .blog-item:hover svg{transform:translateX(10px)}.full-blog-grid .small-col{width:calc(28% - 14px)}.full-blog-grid .spotify-embeds-grid{display:flex;flex-wrap:wrap;gap:20px}.full-blog-grid .spotify-embeds-grid .embed-item{width:100%}.full-blog-grid .spotify-embeds-grid .embed-item .iframe-holder{height:0;overflow:hidden;padding-bottom:100%;position:relative}.full-blog-grid .spotify-embeds-grid .embed-item .iframe-holder iframe{border-radius:30px;height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (min-width:768px) and (max-width:991px){.full-blog-grid .regular-col{width:calc(50% - 10px)}.full-blog-grid .regular-col .blog-item{padding:25px 30px}}@media only screen and (max-width:991px){.full-blog-grid .small-col{width:100%}.full-blog-grid .spotify-embeds-grid .embed-item{width:calc(50% - 10px)}.full-blog-grid .spotify-embeds-grid .embed-item .iframe-holder{padding-bottom:70%}}@media only screen and (max-width:767px){.full-blog-grid .regular-col{margin-bottom:30px;width:100%}.full-blog-grid .regular-col .blog-item{padding:20px}.full-blog-grid .col-badge{margin-bottom:20px}}@media only screen and (max-width:480px){.full-blog-grid .spotify-embeds-grid .embed-item{width:100%}.full-blog-grid .spotify-embeds-grid .embed-item .iframe-holder{padding-bottom:52%}}