* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
}

body {
  background: none;
}

#wrapper {
  max-width: 975px;
  margin: 12px auto;
  border: 1px solid #000;
  background-color: #fff;
  overflow: hidden;
  color: #676767;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

#wrapper img.banner {
  display: block;
  width: 100%;
}

#wrapper .header p {
  margin: 20px 20px 0 20px;
}

#wrapper .logo {
  padding: 20px 25px 0;
}

#wrapper .color-1 {
  background: #027ec6;
}

#wrapper .color-2 {
  background: #101c64;
}

#wrapper .color-3 {
  background: #23ba85;
}

#wrapper .banner {
  position: relative;
}

#wrapper p.para-1 {
  position: relative;
  padding-top: 139px;
  width: 155px;
}

#wrapper p.para-1:before {
  content: url(avatar.jpg);
  position: absolute;
  top: 0;
  z-index: 6;
}

#wrapper span.mb-1 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

#wrapper ul.list li {
  padding-left: 0;
  width: 150px;
  text-align: center;
  padding-bottom: 16px;
}

#wrapper ul.list li img {
  display: block;
  margin: 0 auto 10px;
}

#wrapper ul.list li:before {
  display: none;
}

#wrapper .hide {
  display: none;
}

#wrapper .article {
  padding: 10px 20px 0;
}

#wrapper .footer {
  padding: 0 20px 10px;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#wrapper .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#wrapper .left {
  width: 47%;
}

#wrapper .right {
  width: 46%;
}

#wrapper p {
  margin-bottom: 16px;
}

#wrapper p.big {
  font-size: 19px;
}

#wrapper p.btn a {
  display: inline-block;
  background: #27ad7a;
  padding: 8px 135px;
  color: #fff;
  margin: 30px 0 50px;
  transition: 0.5s;
}

#wrapper p.btn a:hover {
  background: #38bb89;
}

#wrapper p.box {
  background: #101c64;
  color: #fff;
  text-align: center;
  padding: 10px 8px;
}

#wrapper p.box .mr-1 {
  margin-right: 25px;
}

#wrapper strong.big {
  font-size: 16px;
}

#wrapper h1 {
  padding: 20px;
  font-size: 25px;
  line-height: 1.1;
}

#wrapper h2 {
  font-size: 29px;
  line-height: 1.1;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 6;
  color: #fff;
}

#wrapper h2 span {
  padding: 4px 25px;
  display: inline-block;
  margin-bottom: 5px;
}

#wrapper h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1;
  color: #101c64;
}

#wrapper h4 {
  font-size: 18px;
  line-height: 1.2;
}

#wrapper a {
  color: #000;
  text-decoration: none;
}

#wrapper ul {
  margin-bottom: 10px;
  list-style: none;
}

#wrapper ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #DFDFDF;
  color: #101c64;
  padding: 10px 6px 0 6px;
  margin: 0;
}

#wrapper ul li {
  padding-left: 20px;
  position: relative;
}

#wrapper ul li:before {
  content: '\25a0';
  color: #23ba85;
  font-size: 17px;
  position: absolute;
  top: -3px;
  left: 0;
}

#wrapper img {
  max-width: 100%;
  height: auto;
}

#wrapper .nobr {
  white-space: nowrap;
}

@media all and (max-width: 974px) {
  #wrapper {
    margin: 0;
    border: none;
  }
}

@media all and (max-width: 767px) {
  #wrapper h1 {
    padding: 20px 16px;
  }

  #wrapper .article {
    padding: 20px 16px;
  }

  #wrapper .footer {
    padding: 0 16px;
    display: block;
  }

  #wrapper h2 {
    font-size: 3vw;
    line-height: 1;
    bottom: 9%;
  }

  #wrapper h2 span {
    padding: 4px 16px;
    margin-bottom: 3px;
  }

  #wrapper p.btn a {
    padding: 10px 80px;
    margin: 15px 0 10px;
  }

  #wrapper .logo {
    padding: 20px 16px 0;
  }

  #wrapper p.para-1 {
    margin: 0 auto 20px;
  }
}

@media all and (max-width: 700px) {
  #wrapper .left,
  #wrapper .right {
    width: auto;
  }
}

@media all and (max-width: 500px) {
  #wrapper {
    font-size: 14px;
  }

  #wrapper ul.list li {
    width: 120px;
    font-size: 13px;
  }

  #wrapper .logo {
    display: flex;
    justify-content: center;
  }
}