#technology article {
  padding: 40px 0 100px 0;
}
#technology article .layout {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#technology article .layout > div {
  flex-basis: 50%;
  padding: 0 30px;
}
#technology article .layout .right {
  padding-top: 40px;
}
#technology article .layout .left.image {
  padding-top: 80px;
}
#technology article .layout .extra_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#technology article .layout .extra_menu > div {
  padding-bottom: 20px;
}
#technology article .layout .extra_menu > div > a > span:last-child {
  font-size: 12pt;
  line-height: 1.2;
}
#technology article .layout img {
  max-width: 100%;
  border-radius: 15px;
}
#technology article .layout a.button-default {
  margin-top: 40px;
}

main article {
  padding: 15px 0 40px 0;
  background-color: #ffffff;
}
main article header {
  font-size: 14pt;
}
main article header .title h1 {
  padding: 0 30px 15px;
  color: #336699;
  white-space: pre-wrap;
  font-size: 20pt;
  line-height: 1.4;
}
main article header .title h1 span {
  text-transform: uppercase;
}
main article header .title p {
  padding: 0 30px 15px;
}
main article header p.motto {
  width: 100%;
  padding: 40px 30px;
  margin-bottom: 0;
  color: #336699;
  color: #336699;
  background-color: #ffffff;
  font-size: 20pt;
  line-height: 1.3;
  text-transform: uppercase;
}
main article header .more p {
  padding: 15px 30px;
  text-align: center;
}
main article header .more p.name {
  font-size: 18pt;
  font-weight: 500;
}
main article header .more p.motto {
  padding: 40px 0 0 0;
  color: #000;
  font-weight: 500;
  font-size: 13pt;
}
main article ul.backslash {
  padding-top: 25px;
  padding-bottom: 25px;
}
main article ul.backslash.numbered_list {
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: decimal;
}
main article ul.backslash li {
  background: transparent;
}
main article ul.backslash li.title {
  padding-bottom: 10px;
}
main article ul.backslash strong {
  font-weight: 500;
}
main article section {
  width: calc(100vw - 30px);
  margin: 0 auto;
  padding: 40px 15px;
  border-radius: 10px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
main article section.main-motto {
  background-color: #ffffff;
}
main article section.main-motto p {
  padding: 110px 30px 20px 30px;
  line-height: 1.5;
  text-align: center;
  color: #336699;
  font-size: 16pt;
  font-weight: 500;
  background-position: 50% 5%;
  background-size: 80px;
}
main article section h2 {
  padding: 0;
  font-size: 20pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #336699;
  line-height: 1.3;
}
main article section div.quote {
  padding: 15px 0;
}
main article section div.quote p {
  padding-top: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 10px solid #336699;
  color: #336699;
}
main article section div.quote p a {
  display: block;
  font-size: 16pt;
  color: #336699;
}
main article section div.quote p a::first-letter {
  text-transform: uppercase;
}
main article section p {
  padding: 15px 0;
  /*
  &:not(.quote) + p.quote {
  	margin-top: 20px;
  }
  */
}
main article section p strong {
  font-weight: 500;
}
main article section p a {
  text-decoration: underline;
}
main article img {
  width: calc(100vw - 30px);
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}
