*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #272E35;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  margin: 0;
}

body{
  background-color: #FCFCFD;
  font-size: 16px;
  background-image: url("../img/diag_blue.svg");
  background-position: bottom right;
  background-size: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a {
  color: #316EB4;
  text-decoration: underline;
}

main {
  background-color: #FFFFFF;
  border: #DFDFE2 solid 1px;
  border-radius: 12px;
  margin: 48px auto;
  width: 80%;
  overflow: hidden;
}

header, h2 {
  margin-top: 30px;
  text-indent: 0px;
}
header, h2, span {
 font-weight: normal;
}
header, b {
 font-weight: bold;
}
header, section {
   width: 90%;
   margin: auto;
}

header figure {
  text-align: center;
}

header figure img {
  width: 300px;
  margin: 72px 0 62px 0;
}

h1, h2, h3{
  font-weight: 600;
}

h1{
  font-size: 36px;
  margin-bottom: 48px;
  margin-top: 70px;
}

h2{
  font-size: 20px;
  margin-bottom: 20px;
}

h3{
  font-size: 20px;

  margin-bottom: 18px;
}

ul {
  margin-bottom: 42px;
  list-style-type: none;
  padding: 0 0 0 22px;
}

ul li {
  position: relative;
  font-size: 18px;
}

ul li img {
 margin-right: 10px;
}


ul li+li {
  margin-top: 16px;
}

ul.external li::before, ul.download li::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: -22px;
  bottom: 2px;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.external li::before {
  background-image: url("../img/external.svg");
}

ul.download li::before {
  background-image: url("../img/download.svg");
}

.list{
 width: 50%;
}

.flex{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: left;
}

@media screen and (max-width: 1280px) {
  main {
    width: 70%;
  }

  header, section {
    width: 66%;
    margin: auto;
  }
}

@media screen and (max-width: 980px) {
  main {
    width: 90%;
  }

  header, section {
    width: 80%;
    margin: auto;
  }
}
