.lead-bar__inner{display:flex;align-items:center;justify-content:space-between;background-color:#ffc966;padding:2rem 3rem}.lead-bar__text{font-family:"Object Sans",sans-serif;font-size:1.0625rem;font-weight:500;line-height:1.3;color:#000}.lead-bar__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:"Object Sans",sans-serif;font-size:.9375rem;font-weight:500;line-height:1.2;white-space:nowrap;text-decoration:none;cursor:pointer;background-color:#fff;border:none;color:#0f172a;transition:all .25s ease-in-out;transition-property:background-color,color}.lead-bar__btn:hover{background-color:#0f172a;color:#fff}@media screen and (max-width: 767px){.lead-bar__inner{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem 1.5rem}.lead-bar__btn{width:100%}}