.container-self {
  padding: 60px 10rem;
  width: 100%;
  background-color: #e4f1fe;
}

.w-title {
  text-align: center;
  font-size: 140%;
  line-height: 0.9;
  margin-bottom: 4%;
}
.section1 .w-title span {
  color: #0652dd;
  font-size: 2rem;
  font-weight: 700;
}

.section1 img {
  width: 100%;
}

.center {
  text-align: center;
  font: 120%;
}

.section2 {
  margin-top: 6%;
}
.txt,
.tnx {
  font-size: 1.4rem;
}

.section2 .meeting-link {
  color: #0652dd;
}

.section2 .annual-report {
  padding: 2rem 5rem;
  display: flex;
  justify-content: center;
}

.section2 .img-wrap {
  text-align: right;
  flex: 50%;
}
.section2 .img-wrap img {
  width: 60%;
}

.section2 .side-txt {
  flex: 50%;
  line-height: 1.5;
  font-size: 1.1rem;
  padding: 5%;
  width: 100%;
}
.section2 .side-txt img {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.section3 {
  padding: 2rem 10rem;
  display: grid;
  grid-template-columns: repeat(3, 38%);
  justify-content: center;
  align-items: baseline;
  gap: 10%;
}
.section3 .annual-pdf {
  width: 100%;
}
.section3 .img-wrap-pdf img {
  width: 100%;
}
.section3 .side-txt {
  line-height: 1.5;
  font-size: 0.9rem;
  padding: 5% 0;
}
