.event-report-container {
  max-width: 1090px;
  padding: 0px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .event-report-container {
    padding: 0px 10px;
  }
}

.event-report-container .title-background {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 70px;
  text-align: center;
}

.event-report-container .title-background > span {
  font-family: orbitron, sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 80px;
  text-align: center;
  color: #e0e4f7;
}

@media screen and (max-width: 767px) {
  .event-report-container .title-background > span {
    font-size: 64px;
    line-height: 56px;
  }
}

.event-report-container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.event-report-container .title > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #0f2f97;
}

.event-report {
  width: 750px;
}

@media screen and (max-width: 767px) {
  .event-report {
    width: 100%;
  }
}

.event-report h1 {
  margin-bottom: 57px;
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
  color: #0b2b95;
}

.event-report h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e0e4f7;
  margin-top: 34px;
  border-radius: 4px;
}

.event-report h2 {
  font-weight: 700;
  font-size: 27px;
  line-height: 38px;
  color: #0b2b95;
  margin-top: 82px;
  margin-bottom: 40px;
}

.event-report h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0e4f7;
  margin-top: 16px;
}

.event-report h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 26px;
  position: relative;
  padding-left: 16px;
}

.event-report strong {
  font-weight: 700;
}

.event-report h3::before {
  content: "";
  width: 1px;
  display: inline-block;
  background-color: #0b2b95;
  border: solid 2px #0b2b95;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.event-report p img {
  margin-top: 34px;
  margin-bottom: 56px;
}

.event-report p + p {
  margin-top: 15px;
}

.event-report p,
.event-report li {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
}

.event-report ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 15px 0;
}

.event-report h3 + p > img {
  margin-top: 0;
}

.event-report p:has(img) + h2 {
  margin-top: 35px;
}

.event-report p:has(img) + h3 {
  margin-top: 0;
}

.event-report a {
  color: #0a3e88;
  text-decoration: underline;
}

.event-report .date {
  background: linear-gradient(to right, #4aa3d0 0%, #6078d5 50%, #6b58af 100%);
  display: inline-block;
  color: white;
  width: 112px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 12px;
}

.event-report .symposium {
  width: 100%;
  background-color: #f4fcff;
  color: #2e3c65;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 91px 0;
  padding-top: 69px;
  padding-bottom: 60px;
}

.event-report .symposium .symposium-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
}

.event-report .symposium .symposium-border {
  width: 100px;
  margin: 30px 0;
  border-radius: 2px;
  border: solid 2px #4fb3c9;
}

.event-report .symposium .symposium-message {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  width: 607px;
  max-width: 80%;
  margin-bottom: 44px;
  color: #2e3c65;
}

.event-report .symposium .symposium-image {
  width: 354px;
  height: auto;
  max-width: 80%;
}

.event-report .back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.event-report .back-button {
  width: 255px;
  height: 42px;
  border-radius: 7px;
  margin-bottom: 132px;
  border: solid 1px #0a3e88;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #0a3e88;
  cursor: pointer;
  position: relative;
}

.event-report .back-button:hover {
  opacity: 0.7;
}

.event-report .back-button-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
}
