body {
  margin: 0;
  /* padding: 0 !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
span {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  font-weight: 400;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
  color: #0a0a0a;
}

h1 {
  margin-top: 31px;
  margin-bottom: 25px;
  font-size: 63px;
  line-height: 63.9px;
}
h2 {
  margin-top: 26px;
  margin-bottom: 21px;
  font-size: 53px;
  line-height: 58.5px;
}
h3 {
  margin-top: 21px;
  margin-bottom: 17px;
  font-size: 43.8px;
  line-height: 48.18px;
}
h4 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 34.2px;
  line-height: 37.6px;
}
h5 {
  margin-top: 12px;
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
}
h6 {
  margin-top: 7px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 16.5px;
  font-weight: 400;
}
ul {
  margin-top: 0px;
  margin-bottom: 32px;
  padding-left: 20px;
}
li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.wp-caption {
  width: 100%!important;
}
