.bundle h3 {
  font-size: 18px;
  padding-bottom: 20px;
  color: #ffffff;
}
.bundle h4 {
  background: #01558d;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; 
}
.bundle p {
  background: #ffffff;
  color: rgb(0, 45, 112);
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.bundle__note {
  padding-top: 15px;
  font-style: italic;
  color: #fff;
}
.bundle__box {
  margin-bottom: 35px;
}
@media (min-width: 996px) {
  .bundle h3 {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bundle h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin-right: 10px;
  }
  .bundle h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin-left: 10px;
  }
  .bundle__box {
    margin-bottom: 50px;
  }
  .bundle__list {
    display: flex;
    justify-content: space-between;
    margin: 1px auto;
  }
  .bundle__list h4 {
    flex: 0 0 250px;
    padding: 30px;
    font-size: 18px;
  }
  .bundle__list p {
    flex: 0 0 calc(100% - 251px);
    text-align: left;
    padding: 30px;
  }
}

.TZD {
  /* background: url("../images/bg.jpg") top left no-repeat ; */
  /* background-size: cover; */
  color: rgb(255, 255, 255);
}

.TZD img {
  max-width: 100%;
  vertical-align: bottom;
}
.TZD__main {
  /* background: #eee; */
  /* background: linear-gradient(180deg, transparent 50%, #f9d45d 100%); */
  background-color: #6a788f9c;
  padding-top: 85px;
  padding-bottom: 45px;
}
@media (min-width: 996px) {
  .TZD__main {
    padding-top: 100px;
  }
}
.TZD .kv::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #222, #666, #111);
}
.TZD .text__wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  border: #4b89e1 2px solid;
  position: relative;
  margin-bottom: 85px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.TZD .text__title {
  /* position: absolute; */
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  font-size: 23px;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: 'arboria', sans-serif;
  font-weight: normal;
  /* top: -30px;
  left: 5%;
  padding: 15px 25px;
  background: #4b89e1;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; */
  color: #000;
  background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
}
.TZD .text__inner {
  padding: 40px 25px;
  text-align: center;
  color: #fff;
}
@media (min-width: 996px) {
  .TZD .text__title {
    width: 50%;
  }
  .TZD .text__inner {
    padding: 85px 85px 65px;
  }
}
.TZD .tc ul {
  text-align: left;
  margin-left: 20px;
}
.TZD .tc ul li {
  list-style: lower;
  padding: 5px;
}
.TZD .tc ul li a {
  color: #a80e0e;
  text-decoration: underline;
}
.TZD .tc ul li a:hover {
  text-decoration: none;
}
@media (min-width: 996px) {
  .TZD .period b {
    font-style: italic;
    letter-spacing: 5px;
    display: block;
    padding-bottom: 25px;
    opacity: 0.6;
    text-transform: uppercase;
  }
  .TZD .period strong {
    font-size: 130%;
    border-bottom: #999 1px solid;
  }
}