/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');*/

body {
  margin: 0;
  padding: 0;
  background: #eee;
}

section {
  display: block;
  margin: 0 auto;
  width: 75%;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

section h2 {
  position: relative;
  margin: 10px 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #232323;
}

section h4 {
  position: relative;
  margin: 10px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  color: #232323;
}