* {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  background-color: whitesmoke;
}

.client-container {
  padding-top: 0;
}

.client-container .wrapper {
  display: unset;
}

h1,
h2,
h3,
h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

p,
ul {
  margin-bottom: 10px;
}
/*# sourceMappingURL=extra.css.map */