.box-with-shadow{box-shadow:0 4px 8px rgba(0,0,0,.2);background-color:#fff;flex:1;min-width:200px}.sticky-button{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;padding:20px 0;text-align:center;z-index:9999;box-shadow:0 -2px 5px rgba(0,0,0,.1)}.sticky-button-link{display:inline-block;width:80%;max-width:500px;background-color:#f36421;color:#fff;font-size:16px;font-weight:700;text-align:center;text-decoration:none;padding:15px 0;border-radius:30px;transition:background-color 0.3s ease,box-shadow 0.3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.sticky-button-link:hover{background-color:#c7501b;box-shadow:0 6px 8px rgba(0,0,0,.15)}@media (min-width:768px){.sticky-button{display:none}}ul,ol{padding-left:30px}.vertically-center{display:flex;align-items:center;justify-content:center;height:100%}