@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");body{font-family:Open Sans,sans-serif;margin:0;padding:0}header{align-items:center;background:#fff;display:flex;flex-direction:row;justify-content:space-between;padding:1rem 3rem;position:fixed;width:100%;z-index:100}header .logo{align-self:center;height:auto;width:142px}.logo img{height:100%;width:100%}.call-for-free{color:#003763;font-weight:300;text-transform:uppercase}.call-for-free .phone-number{color:#ca9e5c}.call-for-free a{color:#093760;font-family:Open Sans;font-size:18px;font-weight:400;text-decoration:none}@media only screen and (max-width:425px){header{display:flex;flex-direction:column;justify-content:center;padding:1rem 3rem;position:relative}.call-for-free a{font-size:15px}.call-for-free{margin-top:1em}}