html {
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

main {
  height: 60vh;
  min-height: 60vh;
  text-align: center;
  position: relative;
}

.content {
  margin-top: 5vh;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 5vh 16px 16px 16px;
}

.licensed {
  color: rgb(163, 163, 163);
  line-height: 1.5;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6vh;
}

h2 {
  color: rgb(58, 58, 58);
  font-size: 2.5vh;
}

.info {
  color: rgb(54, 54, 54);
  font-weight: 100;
  text-decoration: none;
  line-height: 1.5;
  font-size: 2vh;
  display: inline-block;
  vertical-align: middle;
}

.info-icon {
  vertical-align: middle;
}

.info-icon.phone {
  height: 2.5vh;
}

.info-icon.email {
  height: 2vh;
}

.info-icon-container {
  display: inline-block;
  width: 2.3vh;
}

.info-container {
  display: inline-block;
}

.info-container:not(:last-child) {
  margin-right: 16px;
}

.info:hover {
  text-decoration: none;
  color: rgb(54, 54, 54);
}

.service-title {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.footer {
  width: 100%;
  height: 40vh;
  min-height: 40vh;
  background-color: #0082b5;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: white;
  font-size: 20px;
  max-width: 1000px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35vh;
  min-height: 35vh;
}

.service {
  display: block;
  font-size: 2.5vh;
}

.main-footer .tick {
  vertical-align: middle;
  padding-right: 10px;
  width: 2.5vh;
}

.after-footer {
  height: 5vh;
  min-height: 5vh;
  width: 100%;
  background-color: #322f31;
}

.services .service:not(:last-child) {
  margin-bottom: 5vh;
}

@media only screen and (max-width: 425px) {
  .info-info {
    display: none;
  }

  .info-icon,
  .info-icon-container {
    height: 5vh !important;
    width: unset !important;
  }

  h2 {
    font-size: 3.5vh;
  }
}
