*:not(h1,h2){
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  flex-wrap: wrap;
}
.header{
  border-bottom: 1px #adb5bd solid;
}

.container{
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.text-bold{
  font-weight: 700;
}
.title{
  text-align: center;
  font-weight: 700;
margin-bottom: 15px;
}
.img-wrapper{
  text-align: center;
margin-bottom: 25px;
}
ol{
  margin-bottom: 15px;
}
p{
  margin-bottom: 15px;
}
.header-wrap,a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#000;
  text-decoration: none;
  margin-bottom: 15px;
}
.footer{
  border-top: 1px #adb5bd solid;
  padding-top: 15px;
}