ol {
  list-style: roman;
}

ul {
  list-style: square;
}

li {
  padding-bottom: 0.5em;
}

section {
  padding-bottom: 5%;
}

h1.banner-content{
  color: #566366;
}

h2.line{
  color: #566366;
}

.support-content{
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  display: inline-block;
  margin: 5% 15% 5% 15%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.banner-subcontent{
  font-size: 20px;
}