.section {
  background: linear-gradient(180deg, #F0F5FF 0%, #F7F7F8 100%);
  padding: 128px 0 120px; }
  .section .wrap {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 5px 10px 0 rgba(4, 84, 244, 0.03);
    padding: 50px 40px 64px; }
    .section .wrap .title {
      color: #333;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 30px; }
    .section .wrap .flex {
      display: flex;
      gap: 50px;
      margin-bottom: 40px; }
      .section .wrap .flex div {
        color: #999;
        font-size: 16px;
        font-weight: 400; }
    .section .wrap .content {
      padding: 40px 0 0;
      border-top: 1px solid #E6E6E6;
      color: #333;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.875; }
  .section .info_page {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0; }
    .section .info_page a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 200px;
      height: 54px;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #999;
      font-size: 16px;
      font-weight: 400;
      transition: 0.6s; }
      .section .info_page a:hover {
        color: #0454F4;
        border: 1px solid #0454F4; }
