.box_title {
  margin-top: 42px;
  /*font-size: 30px;*/
}
.box_item{
  display: inline-block;
  width: calc(100% - 120px);
  background: #fff;
  border: 1px solid #DBDADA;
  border-radius: 8px;
  margin: 20px; 
  padding: 40px;
}
@media(max-width: 800px){
  .box_item{
    width: calc(100% - 40px);
    margin: 20px 0 0;
    padding: 20px;    
  }
}
.box_item .box_item_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.box_item .box_item_text {
  float: left;
  width: calc(60% - 40px);
  margin-right: 40px;
}
@media(max-width: 800px){
  .box_item .box_item_text{
    width: 100%;
    margin-right: 0;
  }
}
.box_item .box_item_text ul {
  font-size: 18px;
  list-style: disc;
  padding-left: 20px;
}
.box_item .box_item_head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #4B72BC;
  margin-bottom: 40px;
}
@media(max-width:800px){
  .box_item .box_item_head {
    margin-bottom: 20px;
  }
}

.box_item .box_item_image {
  float: left;
  width: 40%;
  height: 220px;
  overflow: hidden;
}
@media(max-width:800px){
  .box_item .box_item_image{
    width: 100%;
    margin-top: 20px;
  }
}

.box_item .box_item_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 20px 0;
  text-align: center;
  background: #fff;
  float: left;
}
@media(max-width: 800px){
  .achievement{
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
.achievement_title {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
}
.achievement_number {
  font-size: 24px;
  padding: 20px 0;
}
.achievement_number span{
  font-size: 72px;
  font-weight: 700;
}
.achievement_text {
  padding: 20px 0;
}
.achievement_image{
  width: 100%;
}
.achievement_image img{
  width: 100%;
}
.table_wrapper{
  width: 100%;
}
@media(max-width: 800px){
  .table_wrapper{
    overflow-x: scroll;
  }
}
.box .label{
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 40px 0 10px;
}
table{
  width: 100%;
}
tr th{
  background: #002e4e;
  color: #fff;
}
tr td{
  background: #fff;
}
th, td{
  padding: 4px;
  border:1px solid #dbdada;
  text-align: center;
  min-width: 80px;
  width: calc(100% / 7 - 2px);
}
@media(max-width:800px){
  th, td{
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2px;
    min-width: 74px;
  }
}

.note{
  color: #868686;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
@media(max-width:800px){
  .note{
    font-size: 12px;
    font-size: 0.75rem;
  }
}