.section-hero {
    background-image: url(../img/greeting/hero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


.section-greeting .headline .figure img{
    width: 100%;
}
.section-greeting .content {
    padding: 4em 120px;
}

.section-greeting .content .slogan {
    font-size: 3.3rem;
    margin-bottom: 2em;
    line-height: 1.6;
}
.section-greeting .content .txt + .txt{

    margin-top: 2em;
}

 .section-greeting .content .sign {
     margin-top: 2em;
     display: flex;
     align-items: center;
     justify-content: flex-end;
 }

  .section-greeting .content .sign span {
      font-size: 76%;
      margin-right: 1em;
  }
@media (max-width: 767px) {

    .section-greeting .section-content {
        padding: 20px 0 0 ;
    }
    .section-greeting .content {

    }
    .section-greeting .content .slogan {
        font-size: 2.1rem;
        margin-top: 1em;
    }
     .section-greeting .content .slogan br {
         display: none;
     }
     .section-greeting .content {
         padding: 2em 0;
     }
}
