.top-flex {
  flex-direction: column;
}
.top-flex .left {
  margin: 0 auto;
}
.top-flex .right {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  line-height: 170%;
}
.top-flex .right p {
  max-width: 90%;
  margin: 0 auto;
}

.main {
  text-align: center;
}
.main h2 {
  display: inline-block;
  background: #07308b;
  color: white;
  padding: 7.5px 50px;
  border-radius: 9999px;
  margin-bottom: 30px;
  font-size: 20px;
}

.acp-box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
  margin-top: 30px;
  z-index: 300;
}
.acp-box img {
  width: auto;
  height: 60px;
  margin: 0 auto;
}
.acp-box .flex {
  width: calc(50% - 60px);
}
.acp-box .acp-flex {
  display: flex;
  border: solid 2px #f0aa3e;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 15px;
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}
.acp-box .acp-flex .left {
  width: 130px;
}
.acp-box .acp-flex .right {
  color: #07308b;
}
.acp-box .acp-flex .right span {
  color: #07308b;
  font-size: 30px;
  padding-right: 15px;
}

.acp-text {
  width: 90%;
  margin: 50px auto 200px auto;
  font-size: 23px;
}

@media screen and (max-width: 1000px) {
  .acp-box .acp-flex .left {
    width: 80px;
  }
  .acp-box img {
    height: 40px;
  }
  .acp-box .acp-flex .right {
    font-size: 18px;
  }
  .acp-box .acp-flex .right span {
    font-size: 25px;
  }
}
@media screen and (max-width: 800px) {
  .acp-box {
    flex-direction: column;
    justify-content: center;
  }
  .acp-box .flex {
    margin: 0 auto;
    width: 400px;
    max-width: 90%;
  }
  .acp-flex:last-child {
    margin-bottom: 0;
  }
  .acp-box .acp-flex .left {
    width: 100px;
  }
  .acp-box img {
    height: 50px;
  }
  .acp-box .acp-flex .right {
    font-size: 18px;
  }
  .acp-box .acp-flex .right span {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .top-flex .right p {
    text-align: left;
  }
  .acp-text {
    font-size: 18px;
    line-height: 170%;
  }
}
@media screen and (max-width: 500px) {
  .top-flex .left .top {
    font-size: 23px;
  }
  .top-flex .left h1 .top {
    padding: 0 0px;
  }
  .acp-box .flex {
    max-width: 90%;
  }
  .acp-box .acp-flex {
    border-radius: 20px;
  }
  .acp-box .acp-flex .left {
    width: 80px;
  }
  .acp-box img {
    height: 40px;
  }
  .acp-box .acp-flex .right {
    font-size: 16px;
  }
  .acp-box .acp-flex .right span {
    font-size: 22px;
  }
}/*# sourceMappingURL=acp.css.map */