body.page-node-type-newsroom .about-terumo-section {
  width: 922px;
  margin-left: auto;
  margin-right: auto;
}
.about-terumo-section {
  border-top: 2px solid rgb(0, 141, 97);
  margin-top: 40px;
  padding-top: 30px;
}
.about-terumo-section h2 {
  color: rgb(68, 75, 82);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-terumo-section p {
  color: rgb(68, 75, 82);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.about-terumo-section h2:nth-of-type(2) {
  margin-top: 40px;
}
.about-terumo-contact-label {
  font-weight: 700;
  color: rgb(68, 75, 82);
  margin-bottom: 4px !important;
  font-size: 17px;
}
.about-terumo-contact-org {
  color: rgb(68, 75, 82);
  margin-bottom: 10px !important;
  font-size: 17px;
}
.about-terumo-contact-link {
  margin-bottom: 20px !important;
}
.about-terumo-contact-link a {
  display: inline-block;
  color: rgb(0, 141, 97);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
}
.about-terumo-contact-link a:hover {
  text-decoration: underline;
}
.about-terumo-contact-link a i {
  margin-left: 6px;
}
.about-terumo-disclaimer {
  border: 1px solid rgb(221, 221, 221);
  background-color: rgb(248, 248, 248);
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 30px;
}
.about-terumo-disclaimer p {
  color: rgb(120, 126, 132);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.about-terumo-disclaimer p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.page-node-type-newsroom .about-terumo-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}