@charset "UTF-8";

.width_wrap {
  max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.width_wrap .width_org:nth-of-type(1),
.width_wrap .width_org:nth-of-type(2),
.width_wrap .width_org:nth-of-type(3) {
  margin-left: 2rem;
}

@media screen and (max-width: 600px) {
  .width_wrap .inner_item_txt .heading{
        display: flex;
    flex-direction: column;
  }
  .width_wrap .width_org:nth-of-type(1), .width_wrap .width_org:nth-of-type(2), .width_wrap .width_org:nth-of-type(3) {
    margin-left: 0;
  }
  .heading.block_header_5 p {
    display: flex;
  }
}