.handmade-cover-box .box-item {
  margin-bottom: 30px;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.handmade-cover-box .box-content {
  height: 247px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.handmade-cover-box .box-content h4 {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}
.handmade-cover-box .box-content.act {
  padding: 0 15px;
}
.handmade-cover-box .box-image img {
  width: 100%;
  height: auto;
}
.handmade-cover-box .box-content-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .handmade-cover-box .box-item {
    margin-bottom: 15px;
  }
}
