.header {
  background-image: url("/cisiweb2/image/qualifications/riskdark.jpg");
  background-size: cover;
  background-position: center center;
  height: 600px;
  text-align: center;
}
.headerText {
  height: 600px;
}
.header h1 {
  font-size: 70px;
}
.headerText p {
  color: #fff;
  margin-top: 30px;
  font-weight: 500;
  text-shadow: 0px 0px 50px #000, 0px 0px 30px #000;
}
.levels {
  margin-top: 20px;
}
.level {
  border: 1px solid;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.level-name {
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 20px;
}
.level.one {
  background: #847dda;
}
.level.two {
  background: #6661ab;
}
.level.three {
  background: #403b84;
}
.level-desc {
  text-align: center;
}
table.edc {
  margin-top: 20px;
}
table.edc td {
  border: 1px solid #403b84;
  color: #403b84;
  padding: 5px;
  text-align: center;
}
table.edc td.p {
  color: white;
  background: #403b84;
}
table.ede {
  padding: 5px;
  text-align: center;
}
table.ede tr.main {
  font-weight: 500;
}
table.ede td {
  border: 1px solid;
  padding: 5px;
}
tr.space td {
  border: none;
}
.rdee {
  margin-top: 20px;
}
.withdrawn {
  bottom: 0px;
  background: #1b9ce2;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  font-size: 15px;
  position: fixed;
  z-index: 2147483647 !important;
  text-align: center;
  width: 100%;
}
.withdrawn a {
  color: #fff;
}
@media (max-width: 1599px) {
  .header h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .header h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .header h1 {
    font-size: 40px;
    font-weight: 200;
  }
}
