/*-------------------------------
---.hero
-------------------------------*/

.hero .text h2.title {
  margin-top: 30px;
  margin-bottom: 30px;
}


/*-------------------------------
---.feature
-------------------------------*/
/*-------------------------------
---.review
-------------------------------*/

.feature .contents {
  grid-template-columns: 1fr;
}

.feature .contents .text {
  margin: 0 auto;
  padding: 0 10% 60px;
  min-width: 700px;
  order: -1;
}

.feature .contents .text .bg[data-position] {
  justify-content: unset !important;
  align-items: unset !important;
}

.feature .contents .text .bg[data-disabled*="t"] {
  display: none;
}

.feature .contents .text .bg img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

.feature .contents .text .bg[data-position="rt"] img {
  object-position: top right;
}

.feature .contents .text .bg[data-position="ct"] img {
  object-position: top center;
}

.feature .contents .text .bg[data-position="lt"] img {
  object-position: top left;
}

.feature .contents .text .bg[data-position="rc"] img {
  object-position: center right;
}

.feature .contents .text .bg[data-position="c"] img {
  object-position: center;
}

.feature .contents .text .bg[data-position="lc"] img {
  object-position: center left;
}

.feature .contents .text .bg[data-position="rb"] img {
  object-position: bottom right;
}

.feature .contents .text .bg[data-position="cb"] img {
  object-position: bottom center;
}

.feature .contents .text .bg[data-position="lb"] img {
  object-position: bottom left;
}


/*-------------------------------
---#other-storys
-------------------------------*/

#other-storys .contents {
  grid-template-columns: repeat(2, 1fr);
}

#other-storys .item {
  grid-template-columns: 150px 1fr;
}

#other-storys .item .num {
  font-size: 1.3rem;
}

#other-storys .item .title {
  font-size: 1.5rem;
}

#other-storys .item .next {
  font-size: 1.3rem;
}