.model-list-20 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.model-list-20 .main {
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-list-20 .main .item {
  float: left;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  transition: .5s;
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgb(42 60 91 / 10%);
  border-radius: 12px;
  background-color: white;
}
.model-list-20 .main .item:first-child {
  margin-left: 0;
}
.model-list-20 .main .item:last-child {
  margin-right: 0;
}
.model-list-20 .main .item .word {
  padding-bottom: 20px;
  background-size: 100% auto;
  padding-left: 30px;
  padding-right: 30px;
}
.model-list-20 .main .item .word .h01 {
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height:60px;
  padding-top: 35px;
}
.model-list-20 .main .item .word .h02 {
  padding-top: 25px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.model-list-20 .main .item .word .h03 {
  text-align: left;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #555C66;
  line-height: 25px;
  max-width: 300px;
}
.model-list-20 .main .item.dark {
  background-color: #0069FF;
}
.model-list-20 .main .item.dark .word .h01 {
  color: white;
}
.model-list-20 .main .item.dark .word .h02 {
  color: white;
}
.model-list-20 .main .item.dark .word .h03 {
  color: #B2D2FF;
}
.model-list-20 .main .item:hover {
  transition: .5s;
}