

.box-last-number .last-number {
  width: calc(50% - 20px) !important;
  float: left;
  margin-right: 20px;
  background: unset !important;
}

.box-last-number .last-number-image {
  width: calc(50% - 20px) !important;
  float: right;
  height: 390px;
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.box-last-number .last-number-image .number-img {
  width: 100%;
  object-fit: contain;
  object-position: left;
  height: 100%;
}

.box-last-number .responsive-number-img{
    display: none;
}

.box-last-number .last-number h6.elemental {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 30px;
}

.box-last-number .last-number span.elemental {
  text-align: left;
  margin-left: 30px;
  float: left;
}

.box-last-number .last-number p {
  width: 80%;
  float: left !important;
  margin-left: 30px !important;
  font-size: 16px !important;
  text-align: left;
}

.box-last-number .last-number .info {
  width: 170px;
  height: 165px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #e5e5e5;
  padding: 30px 20px !important;
  position: absolute !important;
  bottom: 10px !important;
  left: -20px !important;
  transition-duration: 0.3s;
  display: none !important;
}
.box-last-number .last-number .info .year {
  font-size: 17px !important;
  font-weight: bold !important;
  color: #7e7e9c;
  margin-top: 0 !important;
}

.box-last-number .last-number .info .number {
  margin: 20px 0 !important;
  font-size: 37px !important;
  font-weight: bold !important;
  color: #707070;
}

.box-last-number .last-number .info .see-more {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  color: #000;
  text-decoration: none;
}

.box-last-number .last-number .info .see-more span {
  font-size: 15px !important;
  font-weight: bold !important;
}

.box-last-number .last-number .info .see-more .arrow {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../img/arrow-right.png);
}

#home .section-last-number .box-last-number .last-number .botton-group{
  justify-content: left;
  padding-left: 15px;
}

#home .section-last-number .box-last-number .last-number .botton-group a{
  margin-right: 15px;
}

@media (max-width: 1280px) {
  .section-last-number .box-other-numbers .link {
    width: 21% !important;
  }
}

@media (max-width: 768px) {
  .box-last-number .responsive-number-img{
      display: inline-block;
      width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
left: 0;
top: 0;
z-index: -1;
object-position: top;
  }
    .box-last-number .last-number-image {
    display: none !important;
  }
  .box-last-number .last-number {
    width: 100% !important;
  }
  .box-last-number .last-number > .elemental,
  .box-last-number .last-number > p,
  .box-last-number .last-number .botton-group {
    display: none !important;
  }
  .box-last-number .last-number .info {
    display: block !important;
  }

  
}
