#process-section .list-number {
  font-size: 100px;
  letter-spacing: 6.82px;
  line-height: 70px;
  color: rgba(255, 255, 255);
  font-weight: bold;
  text-shadow: 1px 0 0 #da291c, -1px 0 0 #da291c, 0 1px 0 #da291c,
    0 -1px 0 #da291c, 1px 1px #da291c, -1px -1px 0 #da291c, 1px -1px 0 #da291c,
    -1px 1px 0 #da291c;
  font-family: "din";
}
#process-section .list-hd {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
}
#process-section .process-list ul {
  padding-left: 25px;
}
#process-section .process-list ul li {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 5px;
}
#process-section .process-list ul li:last-child {
  margin-bottom: 0;
}

#process-section .img-gridbox {
  height: 370px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
#process-section .img-gridbox .imagesbox-inner {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-height: 370px;
  max-height: 370px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-size: cover !important;
}
