/* =========================================================
layout
========================================================= */
.concept-block {
  width: 100%;
  padding: 0 13px 25px;
}

.concept-item {
  margin: 20px 0 0;
  width: 100%;
}
.concept-item .img {
  position: relative;
}
.concept-item .img img {
  width: 100%;
}
.concept-item .img .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.concept-item .name {
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 25px;
  font-weight: 500;
}
.concept-item .name .small {
  font-size: 0.9rem;
  line-height: 17px;
  font-weight: normal;
}
.concept-item .txt {
  margin: 8px 0 0;
}