body,
h1,
h2,
p,
img {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0;
  font-family: "Cambria", serif;
  line-height: 1.6;
}

header {
  background-color: #0070c0;
  color: #fff;
  padding: 20px;
  text-align: center;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

article {
  margin-bottom: 40px;
}

article:nth-child(odd) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  article {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }
}

article p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  article p {
    width: 45%;
    margin-bottom: 0;
  }
}

img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  article .image {
    width: 45%;
  }
}

.footer {
  background: #00203d;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 55px 50px;
  color: #ffffff;
}

.footer-row {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-row {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .footer-row {
    display: flex;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    flex: 1;
  }
  .footer h3 {
    margin: 0;
  }
}

.footer h3 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1;
  color: #0070c0;
}

.footer h3 span {
  color: #ffffff;
}

.footer-address span,
.footer-right span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #0070c0;
}
.footer-phone {
  margin-top: 10px;
}
.footer-phone,
.footer-email a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  padding: 0;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-phone,
  .footer-email a {
    justify-content: flex-start;
  }
}

.footer-phone::before,
.footer-email a::before {
  display: inline-block;
  padding-right: 5px;
  font-weight: 300;
  left: 0;
  color: #fff;
}

.footer-phone::before {
  content: "\260F";
  font-size: 20px;
}

.footer-email a::before {
  content: "\02709";
  font-size: 30px;
}

.footer .footer-email a::before {
  content: "\02709";
}

.footer-legal {
  margin-top: 40px;
  border-top: 1px solid #0070c0;
  padding-top: 40px;
  text-align: center;
  color: #0070c0;
}

@media screen and (min-width: 768px) {
  .footer-legal {
    display: flex;
    justify-content: space-between;
  }
}

.footer-designer a {
  text-decoration: none;
  color: #ffffff;
}
