.greetingAllWrap {
  width: 100%;
  height: auto;
}
.greetingAllWrap .contentSection .contentMain .greetingArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.greetingAllWrap .contentSection .contentMain .greetingArea .leftArea {
  width: 20%;
}
.greetingAllWrap .contentSection .contentMain .greetingArea .leftArea img {
  width: 100%;
  height: initial;
  border-radius: 15px;
}
.greetingAllWrap .contentSection .contentMain .greetingArea .rightArea {
  width: 80%;
  padding: 0 30px;
}
.greetingAllWrap .contentSection .contentMain .greetingArea .rightArea h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1b3b86;
}
.greetingAllWrap .contentSection .contentMain .greetingArea .rightArea span {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}
.greetingAllWrap .contentSection .contentMain .greetingArea .rightArea p {
  color: #3d3d3d;
  margin-top: 34px;
}