* {
  color: #606062;
  padding: 0 !important;
}
p {
  text-align: justify;
}
ul {
  display: inline-block;
  list-style: none;
}
#header {
  border-bottom: thin dashed;
}
.page {
  /*position: fixed;*/
  /*top: 0;*/
  /*bottom: 0;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.content {        
  text-align: center;
  /*height: 100% !important;*/
}
.v-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo {
  width: 100%;
  height: 8rem;
  background: url('../images/logo/whir_line_long.svg') no-repeat center;
  background-size: cover;
  margin: 2rem 0rem;
}
.logo-sm {
  width: 100%;
  height: 6rem;
  background: url('../images/logo/whir_line_long.svg') no-repeat center;
  background-size: cover;
  margin: 2rem 0rem;
}
.title {
  font-size: 1.2rem;
  font-variant: small-caps;
  margin: 2rem 0  1rem 0;
}
.sample-img {
  height: 24rem;
}
.services {
  padding-left: 1rem !important;
  list-style: circle;
  /*list-style-position: inside;*/
  text-align: justify;
  margin: 1rem 0 2rem 0;
}