.hero-section-home .titlew-rap {
  color: #FFFFFF;
  margin-bottom: 12px;
  font-size: 39px;
  font-weight: 700;
  line-height: 59px; }
.hero-section-home .text-wrap[data-status="0"] .more-content {
  display: none; }
.hero-section-home .text-wrap[data-status="0"] .show-hide-button {
  color: #fbbb38;
  cursor: pointer; }
  .hero-section-home .text-wrap[data-status="0"] .show-hide-button span:first-child {
    display: block; }
  .hero-section-home .text-wrap[data-status="0"] .show-hide-button span:last-child {
    display: none; }
.hero-section-home .text-wrap[data-status="1"] .more-content {
  display: inline; }
.hero-section-home .text-wrap[data-status="1"] .show-hide-button {
  color: #fbbb38;
  cursor: pointer; }
  .hero-section-home .text-wrap[data-status="1"] .show-hide-button span:first-child {
    display: none; }
  .hero-section-home .text-wrap[data-status="1"] .show-hide-button span:last-child {
    display: block; }

@media only screen and (max-width: 600px) {
  .hero-section-home {
    position: relative; }
    .hero-section-home .hero-row .column-left-hero {
      z-index: 1; }
      .hero-section-home .hero-row .column-left-hero .titlew-rap {
        text-align: center; }
    .hero-section-home .hero-row .column-right-hero {
      width: 100%;
      height: 90%;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 0; }
      .hero-section-home .hero-row .column-right-hero .image-wrap {
        width: 100%;
        height: 100%; }
        .hero-section-home .hero-row .column-right-hero .image-wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: .5; } }
