.phone-button-wrapper{box-sizing:border-box;display:flex;justify-content:flex-end;margin-left:auto;margin-right:0;max-width:300px;padding:10px;width:100%}.phone-button{background-color:#db3328;border-radius:14px;box-sizing:border-box;display:inline-block;font-size:20px;padding:10px 20px;text-align:center;transition:background-color .3s ease;white-space:nowrap}.phone-button,.phone-button:focus,.phone-button:hover{color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-decoration:none}.phone-button:focus,.phone-button:hover{background-color:#a32318;outline:none}@media (max-width:620px){.phone-button-wrapper{justify-content:center!important;margin:0 auto!important;max-width:100%!important;padding-left:10px;padding-right:10px}.phone-button{max-width:100%;width:auto}}