#header .logo img,
#header .logo svg {
    height: 62px;
}

h2 {
  margin-bottom: 33px;
}

.modular-features h3 {
      font-size: 16px;
}

p a, 
p a:focus, 
p a:hover {
  color: #355b68!important;
  font-weight: 600;
  font-style: italic;
}

.button,
.button:hover,
.button:visited, 
.button:focus {
  background-color: #355b68;
  border: none;
  color: white!important;
  height: 3.5em;
  padding: 15px 32px;
  margin-top: 33px;
  margin-bottom: 33px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  cursor:pointer;
}

#foo-footer {
  color: white!important;
  background-color: #716e65!important;
  height: 1.5em;
  width: 100%;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#foo-footer p {
  margin: 0;
}