.sticky-header{align-items:center;background-color:#fff;display:flex;justify-content:space-between;left:0;padding:10px 120px;position:fixed;right:0;top:0;z-index:1000}.logo{margin-right:10px}.logo img{height:50px;width:70px}.contact-button a{text-decoration:none}.contact-button button{align-items:center;background-color:#69a84f;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-size:30px;margin:4px 2px;padding:10px 20px;text-align:center;transition:background-color .3s ease;white-space:nowrap}.contact-button button:hover{background-color:#005fab}.phone-icon{height:40px;margin-right:10px;width:auto}@media (max-width:768px){.sticky-header{padding:10px}.logo img{height:50px;width:70px}.contact-button button{font-size:20px;padding:5px 10px}.phone-icon{height:20px}}@media (max-width:480px){.sticky-header{padding:10px}.logo img{height:50px;width:70px}.contact-button button{font-size:16px;padding:5px}.phone-icon{height:15px;margin-right:5px}}