.fixed_navigation{background-color:#fff;display:flex;gap:.4rem;justify-content:flex-start;justify-content:space-around;position:fixed;width:100%}.fixed_navigation button{display:block;-webkit-box-flex:1;background-color:#fff;border:1px solid transparent!important;border-radius:4rem;color:#272727;flex-grow:1;flex-shrink:0;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.6rem;max-width:19rem;padding:1.1rem 1.5rem;text-align:center;text-transform:uppercase;transition:.15s;white-space:nowrap}.fixed_navigation button:hover{border:1px solid #fb8e31!important;color:#fb8e31}