.home-history-wrapper {
  min-height: 540px;
  position: relative;
}
.home-history-wrapper .home-history-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-history-wrapper .home-history-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .home-history-wrapper .home-history-bg img {
    object-position: 60%;
  }
}
.home-history-wrapper .home-history-content {
  padding: 20px 0;
}
.home-history-wrapper .home-history-content .number-year {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
@media (max-width: 992px) {
  .home-history-wrapper .home-history-content .number-year {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-end;
  }
}
.home-history-wrapper .home-history-content .number-year .year {
  font-size: 265px;
  line-height: 240px;
  font-family: "SF Pro Display Heavy";
  color: #111D5E;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .home-history-wrapper .home-history-content .number-year .year {
    font-size: 170px;
    line-height: 200px;
  }
}
@media (max-width: 380px) {
  .home-history-wrapper .home-history-content .number-year .year {
    font-size: 140px;
    line-height: 165px;
  }
}
.home-history-wrapper .home-history-content .number-year .year-info {
  margin-bottom: 25px;
  margin-right: 10px;
}
.home-history-wrapper .home-history-content .number-year p {
  position: relative;
  font-size: 36px;
  text-align: right;
  margin: 0;
  margin-right: 5px;
  color: #111D5E;
  font-weight: 600;
}
@media (max-width: 380px) {
  .home-history-wrapper .home-history-content .number-year p {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .home-history-wrapper .home-history-content .number-year p:before {
    content: "";
    display: inline-block;
    width: 75%;
    height: 2px;
    position: absolute;
    top: 68%;
    left: 0;
    background: #E3007C;
  }
}
.home-history-wrapper .home-history-content .number-year div.year_created {
  text-align: right;
  margin-right: 10px;
  font-weight: 300;
}
@media (max-width: 380px) {
  .home-history-wrapper .home-history-content .number-year div.year_created {
    font-size: 14px;
  }
}
.home-history-wrapper .home-history-content .readmore {
  margin-top: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .home-history-wrapper .home-history-content .readmore {
    margin-top: 15px;
  }
}
.home-history-wrapper .home-history-content .readmore:hover {
  background: #E2007C;
  color: #fff;
  border-color: transparent;
}
.home-history-wrapper .home-history-content .home-history-table.mobile {
  display: none;
}
@media (max-width: 992px) {
  .home-history-wrapper .home-history-content .home-history-table.mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .home-history-wrapper .home-history-content .home-history-table.desktop {
    display: none;
  }
}
.home-history-wrapper .home-history-content .home-history-table table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.home-history-wrapper .home-history-content .home-history-table table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 5% 0;
}
.home-history-wrapper .home-history-content .home-history-table table tr td div:first-child {
  font-size: 42px;
  font-family: "SF Pro Display Bold", sans-serif;
}
@media (max-width: 768px) {
  .home-history-wrapper .home-history-content .home-history-table table tr td div:first-child {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .home-history-wrapper .home-history-content .home-history-table table tr td div:nth-child(2) {
    font-size: 14px;
  }
}
.home-history-wrapper .home-history-content .home-history-table table tr:not(:last-child) td {
  border-bottom: 1px solid #ADADAD;
}
.home-history-wrapper .home-history-content .home-history-table table td:not(:last-child) {
  border-right: 1px solid #ADADAD;
}

/*# sourceMappingURL=style.css.map */
