._Related-Company.m3_box {
  display: flex;
  padding: 30px;
  background: #F3F3F3;
}
._Related-Company.m3_box h3{
  margin-bottom: 24px;
  line-height: 1.4
}
._Related-Company.m3_box>:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 48px;
}
._Related-Company.m3_box>:last-child img {
  max-width: 238px;
  width: 238px;
  margin-bottom: 24px;
}
._Related-Company.m3_box>:last-child a {
  width: 238px;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  ._Related-Company.m3_box {
    display: block;
    padding: 16px;
  }
  ._Related-Company.m3_box>:last-child {
    margin: 32px 16px 0;
}