/* common */
.greetings h3.title::before {background-image: url("../img/title_bg.png");}
.greetings h3.title::after {background-image: url("../img/title_bg2.png");}

/* greetings */
.greetings h3.title {margin-bottom: 30px;}
.greetings {background: #fff; padding: 95px 0 105px; text-align: center; overflow: hidden;}
.greetings .description {}
.greetings .description + .description {margin-top: 40px;}
.greetings .signature {font-size: 18px;font-weight: 700;color: #000;margin-top: 40px; display: flex; justify-content: center; align-items: center;}
.greetings .signature em {font-family: 'Yedang';font-size: 53.5px;color: #000;font-weight: 400;margin-left: 15px;}
