body {
  color: #333333;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.35;
}

p {
  margin: 0;
}

a {
  display: inline-block;
  color: #a43d21;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

a:hover {
  color: #ee3333;
  text-decoration: none;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
