.single-cta-bar-blog{border-radius:20px;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin:2rem 0}.single-cta-bar-blog__content{flex:1;min-width:0}.single-cta-bar-blog__title{font-family:SharpGrotesk,sans-serif;font-size:2rem;font-weight:500;color:var(--midnight-blue-900);line-height:1.1;margin-bottom:0}.single-cta-bar-blog__desc{font-size:1.25rem;color:var(--midnight-blue-900);margin-top:.5rem}.single-cta-bar-blog__cta{background:var(--midnight-blue-900);color:#fff;border-radius:16px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px;text-align:center;transition:background .2s;border:none;cursor:pointer}.single-cta-bar-blog__cta:focus,.single-cta-bar-blog__cta:hover{background:var(--midnight-blue-500);color:#fff}@media (max-width:700px){.single-cta-bar-blog{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem}.single-cta-bar-blog__cta{width:100%;min-width:0;justify-content:center}}