:root {
  --blank-value: 80px;
}

img {
  max-width: 100%;
  height: auto;
}

.chairman {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.chairman-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.chairman-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.chairman-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.chairman-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.chairman__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.chairman__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
}
.chairman__item:first-child {
  max-width: 519px;
}
.chairman__item:last-child {
  margin: 0 0 0 50px;
  max-width: 376px;
}
.chairman__item.-wide {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.chairman__image {
  width: 100%;
  height: auto;
}
.chairman__name {
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 600;
}
.chairman__title {
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
}
.chairman__pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 405px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #e8ecf0;
  text-decoration: none;
}
.chairman__pdf span {
  margin: 0 0 0 24px;
  color: #181818;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 600;
}
.chairman__pdf-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: inherit;
}
.chairman__pdf-icon img {
  width: 100%;
  max-width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .chairman-hero__container {
    border: 0;
  }
  .chairman__container {
    flex-direction: column-reverse;
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .chairman__item {
    width: 100%;
  }
  .chairman__item:last-child {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 639px) {
  .chairman-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .chairman__container {
    padding: 67px 24px 67px 24px;
  }
}