.history {
  background-image: url("../../src/history/bg.webp");
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
.history .int {
  font-size: 100px;
}
.history h2 {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
  line-height: 150%;
}
.history .flex-box {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  margin: 50px auto;
  position: relative;
  z-index: 10;
  margin-top: 10px !important;
}
.history .flex-box .img {
  width: 40%;
}
.history .flex-box .text {
  width: 60%;
}
.history .flex-box:nth-child(even) .img {
  padding-right: 5%;
}
.history .flex-box:nth-child(even) .text {
  padding-right: 5%;
}
.history .flex-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.history .flex-box:nth-child(odd) .img {
  padding-left: 5%;
}
.history .flex-box:nth-child(odd) .text {
  padding-left: 5%;
}
.history .text-box {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  width: 1500px;
  padding: 0 5%;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.history table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.history table th {
  width: 130px;
  font-weight: 600;
  color: #cf111b;
  font-size: 18px;
  text-align: left;
}
.history table td h3 {
  font-size: 20px;
  font-weight: 600;
  color: #cf111b;
  margin-bottom: 20px;
}
.history table td p {
  line-height: 200%;
}
.history table th,
.history table td {
  padding-bottom: 30px;
}

.gradient1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, white 0%, transparent 100%);
  z-index: 1;
}

.gradient2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, white 0%, transparent 100%);
  z-index: 1;
}

.infographic.red-block {
  margin-top: 0px;
}
.infographic.red-block h2 {
  text-align: center;
  padding-top: 10px;
}
.infographic.red-block h2 img {
  width: 300px;
  margin: 0 auto;
  max-width: 80%;
}
.infographic.red-block .flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  justify-content: center;
  gap: 10px;
  margin-top: 30px !important;
}
.infographic.red-block .flex-box .card {
  width: 280px;
  background: white;
  color: #333333;
  padding: 15px 30px;
}
.infographic.red-block .flex-box .card h3 {
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #b30017;
}
.infographic.red-block .flex-box .number {
  margin: 10px 0;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.infographic.red-block .flex-box .number span {
  line-height: 120%;
  font-size: 60px;
  color: #b30017;
  padding: 0 10px;
  padding-bottom: 0;
}
.infographic.red-block .flex-box .age {
  font-size: 10px;
  text-align: right;
}

@media (max-width: 700px) {
  .history {
    background-size: contain;
    background-position: center center;
    padding-bottom: 0;
  }
  .history .title2 {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .history .flex-box {
    flex-direction: column-reverse;
    position: relative;
    z-index: 10;
  }
  .history .flex-box .img {
    width: 70%;
  }
  .history .flex-box .text {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .history .flex-box:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .history .flex-box:nth-child(odd) .img {
    padding-left: 0;
    margin-left: auto;
  }
  .history table th {
    width: 110px;
  }
  .red-block {
    padding-top: 20px;
  }
  .infographic.red-block .flex-box {
    margin-top: 50px;
  }
  .infographic.red-block .flex-box .card {
    max-width: 90%;
  }
  .infographic.red-block .flex-box .number span {
    font-size: 50px;
  }
}/*# sourceMappingURL=history.css.map */