.kv_wrapper .kv .kv_title {
  width: 58%;
}
.kv_wrapper .kv .kv_title span {
  color: #FFD465;
}
.kv_wrapper .inner {
  margin-top: 44px;
}
.kv_wrapper .inner h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.83;
}
.kv_wrapper .inner p.mt_1 {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .kv_wrapper .kv .kv_title {
    min-width: 36%;
    width: 40%;
  }
  .kv_wrapper .inner {
    margin-top: 70px;
  }
  .kv_wrapper .inner h2 {
    font-size: 33px;
  }
}
#text {
  padding-bottom: 30px;
}
#text .inner {
  padding: 0 24px;
}
#text .flex_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
#text .flex_box .img {
  overflow: hidden;
  border-radius: 10px;
}
#text .flex_box .img img {
  width: 100%;
  height: auto;
}
#text .flex_box .text .heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
}
#text .flex_box .text p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}
#text .flex_box .text p:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  #text {
    padding-bottom: 0;
  }
  #text .inner {
    max-width: 1048px;
    margin: 0 auto;
  }
  #text .flex_box {
    flex-direction: row;
    gap: 10%;
    margin-bottom: 140px;
  }
  #text .flex_box._rev {
    flex-direction: row-reverse;
  }
  #text .flex_box .img {
    width: 40%;
    height: fit-content;
  }
  #text .flex_box .text {
    width: 50%;
  }
  #text .flex_box .text .heading {
    font-size: 22px;
  }
  #text .flex_box .text p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=message.css.map */
