.blog-upsell{display:flex;flex-direction:column;margin:var(--space-lg) 0 0 0;padding:var(--space-lg) var(--space-md);position:relative}.blog-upsell__link{bottom:0;left:0;position:absolute;right:0;top:0}.blog-upsell__link:hover{background-color:rgba(0,0,0,.1)}.blog-upsell__photo{align-self:center;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:100%;overflow:hidden}.blog-upsell__photo::before{content:'';display:block;padding-top:100%}.blog-upsell__photo+.blog-upsell__txt{margin-top:var(--space-md)}.blog-upsell__title{color:inherit;font-family:var(--section-title-family);font-size:var(--text-xl);line-height:1.25;margin:0}.blog-upsell__description{margin-top:var(--space-xxs)}.blog-upsell__description>*:first-child{margin-top:0}.blog-upsell__description>*:last-child{margin-bottom:0}.blog-upsell__cta{font-size:var(--text-sm);margin-top:var(--space-md)}.blog-upsell__cta-link{align-items:center;color:#9dcbc2;display:inline-flex;font-weight:900}.blog-upsell__cta-link:active,.blog-upsell__cta-link:focus,.blog-upsell__cta-link:hover{color:inherit}.blog-upsell__cta-link::after{background-image:url(https://f.hubspotusercontent00.net/hubfs/8400800/blog/templates/v2/img/arrow-cta.svg);background-position:center;background-repeat:no-repeat;background-size:contain;content:'';display:inline-block;height:13px;margin-left:var(--space-xxs);width:15px}@media(min-width:768px){.blog-upsell{align-items:center;flex-direction:row;justify-content:space-between;padding:var(--space-md) var(--space-lg)}.blog-upsell__photo+.blog-upsell__txt{padding-left:var(--space-md);margin-top:0}.blog-upsell__txt{flex:.9}}