@media (min-width: 48rem) {
  header {
    padding: 20px 24px 20px 24px; } }
@media (min-width: 64rem) {
  header {
    padding: 20px 120px 20px 120px; } }
header div .logo {
  color: #333333; }
header button hr {
  border-color: #333333; }

main {
  padding: 0 24px;
  padding-top: 129px; }
  @media (min-width: 64rem) {
    main {
      padding: 0 120px;
      padding-top: 129px; } }

@media (min-width: 48rem) {
  section#emergency-contact div {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
section#emergency-contact div h2 {
  text-align: left;
  max-width: 43.25rem; }
section#emergency-contact ul {
  padding-top: 58px;
  padding-bottom: 50px; }
  @media (min-width: 48rem) {
    section#emergency-contact ul {
      padding-bottom: 130px; } }
  section#emergency-contact ul li {
    text-align: left; }
    section#emergency-contact ul li div:first-of-type {
      overflow: hidden;
      display: flex;
      justify-content: center;
      max-width: 22.94rem;
      min-width: 19rem; }
      section#emergency-contact ul li div:first-of-type img {
        height: 100%; }
    section#emergency-contact ul li h4 {
      font-size: 1.6rem;
      font-weight: 700;
      margin: 20px 0 14px 0; }
      @media (min-width: 48rem) {
        section#emergency-contact ul li h4 {
          font-size: 2rem; } }
    section#emergency-contact ul li div.links {
      display: flex;
      justify-content: flex-start; }
      section#emergency-contact ul li div.links a {
        width: 49px;
        height: 49px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0px 8px 20px rgba(51, 51, 51, 0.15);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 19px; }
        section#emergency-contact ul li div.links a:hover {
          transform: scale(1.1);
          box-shadow: 0px 8px 20px rgba(51, 51, 51, 0.253); }
        section#emergency-contact ul li div.links a svg {
          height: 20px; }
          section#emergency-contact ul li div.links a svg path {
            stroke: #333333; }

/*# sourceMappingURL=emergencycontact.css.map */
