.flash-hero {
  height: 816px;
}
.flash-hero .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flash-hero .flash-hero-inner {
  width: 540px;
}
.flash-hero .flash-hero-inner h1,
.flash-hero .flash-hero-inner h3,
.flash-hero .flash-hero-inner p {
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.flash-hero .flash-hero-inner h1 {
  font-size: 55px;
  margin-bottom: 30px;
}

.flash-hero .flash-hero-inner h1 span {
  color: #1294CB;
}

.flash-hero .flash-hero-inner h3 {
  font-size: 30px;
  margin-bottom: 46px;
}
.flash-hero .flash-hero-inner p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  letter-spacing: normal;
}
.flash-hero .flash-hero-inner button {
  margin-top: 40px;
  padding: 13px 26px;
  border: 2px solid #008FC9;
  border-radius: 30px;
  background-color: #FFF;
  color: #008FC9;
  font-size: 20px;
}
.flash-special {
  background-color: #EEEDEC;
  height: 854px;
}
.flash-special h1,
.flash-special p {
  color: #000;
}
.flash-special h1 {
  font-size: 42px;
  padding-top: 80px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
.flash-special p {
  font-size: 18px;
  line-height: 2.2;
  text-indent: 2em;
}
.flash-special-items {
  margin-top: 80px;
}
.flash-special-items ul,
.flash-special-items ul li {
  list-style: none;
  margin: 0;
}
.flash-special-items ul {
  width: 760px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flash-special-items ul li {
  width: 360px;
  padding: 22px 22px;
  margin-bottom: 50px;
  background-color: #FFF;
  border: 2px solid #008DC8;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
}
.flash-special-items ul li img {
  display: inline-block;
  overflow: hidden;
  margin-right: 28px;
}
