.center {
  padding: 2.85714286rem 2.14285714rem;
  box-shadow: 0px 0.5rem 2.28571429rem 0px rgba(0, 0, 0, 0.27);
}
.center .title {
  display: flex;
  gap: 1.42857143rem;
  font-size: 1.57142857rem;
  font-weight: bold;
}
.center .title h3 {
  font-size: 1.57142857rem;
  color: #000;
}
.center .title span {
  color: #FF0000;
}
.center .info {
  margin-top: 1.42857143rem;
  display: flex;
  flex-direction: column;
  line-height: 2;
  font-size: 1.14285714rem;
  color: #4A4A4A;
}
.center .text {
  margin-top: 1.42857143rem;
  font-size: 1rem;
  color: #212121;
  line-height: 2;
  text-align: justify;
}
.main .right {
  box-sizing: border-box;
  width: 28.57142857rem;
  padding: 2.85714286rem 2.57142857rem;
  box-shadow: 0px 0.5rem 2.28571429rem 0px rgba(0, 0, 0, 0.27);
}
.main .right h2 {
  position: relative;
  font-weight: bold;
  font-size: 1.85714286rem;
  color: #000000;
  line-height: 2.85714286rem;
  margin-bottom: 0.71428571rem;
}
.main .right h2::before {
  position: absolute;
  left: -2.57142857rem;
  content: "";
  width: 0.42857143rem;
  height: 2.85714286rem;
  background: #0061AE;
  border-radius: 4px;
}
.main .right li {
  padding: 1.14285714rem 0;
  border-bottom: #F2F2F2 solid 0.07142857rem;
}
.main .right li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main .right h3 {
  font-size: 1rem;
  color: #000000;
}
.main .right .info {
  margin-top: 0.42857143rem;
  color: #A3A3A3;
}
@media screen and (max-width: 1440px) {
  .main .right {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .main .right {
    padding: 2.14285714rem 1.85714286rem;
  }
  .main .right h2::before {
    left: -1.85714286rem;
  }
}
@media screen and (max-width: 768px) {
  .main .top-menu {
    display: none;
  }
  .main .right {
    width: 100%;
  }
  .main .right a {
    display: flex;
    justify-content: space-between;
  }
}
