.east-info {
  padding: 16px 18px 16px 18px;
  margin-bottom: 16px;
}

.east-info-box {
  background: #f9fafb;
  padding: 16px 18px 16px 18px;
  margin-bottom: 36px;
  border-left: 4px solid #2E59A7;
}

.east-content {
  margin-top: 22px;
}

.east-section-title-1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 12px;
  line-height: 24px;
  border-left: 6px solid #2E59A7;
}

.east-section-title-2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 12px;
  line-height: 24px;
  border-left: 4px solid #90D1F9;
}

.east-section-1 {
  margin-bottom: 30px;
  display: flex;
  gap: 24px;
}

.east-section-1-text {
  margin-bottom: 10px;
}

.east-section-1L,
.east-section-1R {
  flex: 1 1 0;
  width: auto;
  display: flex;
  flex-direction: column;
}

.east-image-box {
  background: #f3f4f6;
  padding: 12px;
  border-radius: 6px;
  margin-top: auto;
}

.east-section-1 img,
.east-section-3 img,
.east-section-4 img {
  display: block;
  width: 100%;
  height: auto;
}

.east-section-1 figcaption,
.east-section-3 figcaption,
.east-section-4 figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #4b5563;
  text-align: center;
}

.east-section-2 {
  margin-bottom: 30px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  padding: 12px 0;
}

.east-content i {
  color: #2E59A7;
  margin-right: 6px;
}

.east-section-2 > p {
  margin: 0;
}

.east-section-3 {
  margin-bottom: 30px;
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.east-section-3L,
.east-section-3R {
  flex: 1 1 0;
  width: auto;
  display: flex;
  flex-direction: column;
}

.east-section-4 {
  margin-bottom: 30px;
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.east-section-4L,
.east-section-4R {
  flex: 1 1 0;
  width: auto;
  display: flex;
  flex-direction: column;
}

.east-section-4R-title,
.east-section-5-title {
 font-size: 16px;
}

.east-section-4R-content,
.east-section-5-content {
  background: #f9fafb;
  padding: 16px 18px 16px 18px;
  margin: 4px 0 16px 20px;
}

.east-section-4R-content > p,
.east-section-5-content > p {
  margin: 0;
}

.east-section-5 {
  padding: 16px 18px 16px 18px;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #2E59A7;
}

.east-section-5-content-red {
  color: #B13E24;
}

.east-section-5-content-blue {
  color: #4A81BD;
}

.east-section-6 {
  margin-bottom: 30px;
  align-items: center;
}

@media (max-width: 768px) {
  .east-section-1,
  .east-section-3,
  .east-section-4 {
    flex-direction: column;
    gap: 16px;
  }
}
