.content_section section h2 {
  position: relative;
  width: 100%;
  background: none;
  letter-spacing: 0.00em;
  color: #0C0C0C;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .content_section section h2 {
      line-height: 1.7em;
      font-size: 20px;
      /*font-size: divceil($fs, 10, rem);*/
      padding: 0;
      margin: 0 0 3rem; } }
  @media screen and (max-width: 767px) {
    .content_section section h2 {
      line-height: 1.445em;
      font-size: 1.8rem;
      padding: 0;
      margin: 0 0 2rem; } }

#message_set {
  position: relative;
  width: 100%;
  display: flex; }
  @media screen and (min-width: 768px) {
    #message_set {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    #message_set {
      flex-direction: column;
      gap: 4rem; } }

#message_set > div {
  position: relative; }
  @media screen and (min-width: 768px) {
    #message_set > div {
      width: 62.5rem; } }
  @media screen and (max-width: 767px) {
    #message_set > div {
      width: 100%; } }

#message_set > figure {
  position: relative;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    #message_set > figure {
      width: 30rem; } }
  @media screen and (max-width: 767px) {
    #message_set > figure {
      width: 100%; } }

@media screen and (min-width: 768px) {
  #message_set > div .align_r {
    margin-top: 2rem; } }
@media screen and (max-width: 767px) {
  #message_set > div .align_r {
    margin-top: 2rem; } }
