section#corporate-section div#corporate-content-wrapper {
  padding: 35px;
}
section#corporate-section div#corporate-content-wrapper p {
  margin-bottom: 10px;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content {
  margin-bottom: 40px;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content div.img {
  width: 100%;
  position: relative;
  padding-left: 45px;
  padding-bottom: 45px;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content div.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content div.text {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content div.text div.title {
  font-size: 24px;
  font-weight: 500;
  color: #1A1818;
  margin-bottom: 10px;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content div.text div.altTitle {
  font-size: 24px;
  font-weight: 500;
  color: #417E89;
  margin-bottom: 10px;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content:nth-child(odd) {
  display: flex;
  flex-direction: row;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
section#corporate-section div#corporate-content-wrapper div.ordered-corporate-list div.content:nth-child(even) div.text {
  text-align: right;
}

/*# sourceMappingURL=corporate.min.css.map */
