  .five_container{
    height: 272px;
    background: radial-gradient(314.81% 305.25% at 50% 0, #030312 20%, #2f54eb 40%);
    box-sizing: border-box;
    padding-top: 45px;
    text-align: center;
    color: #fff;
  }
  .five_container .title_one{
    font-size: 36px;
    line-height: 50px
  }
  .five_container .title_two{
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
    /* line-height: 50px */
  }
  .five_container .title_three{
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px 52px 12px 20px;
    margin-top: 40px;
    background-color: #2f54eb;
    border-radius: 24px;
  }

    .cicle{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    top: 25%;
    right: 15px;
    transition: all .2s linear;
  }
  .cicle_one{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    top: 25%;
    left: -25px;
    transition: all .2s linear;
  }
  .title_three span{
    display: inline-block;
    transition: all .2s linear;
  }
  .title_three{
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .title_three:hover .cicle{
    right:-25px
  }
  .title_three:hover .cicle_one{
    left:13px;
  }
  .title_three:hover span{
    transform: translateX(30px);
  }
  .line_one{
    background-image: linear-gradient(90deg, #af4ec4 -105%, #223bc1 90.19%);
    rotate: 45deg;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 8px;
  }
  .line_two{
    background-image: linear-gradient(90deg, #af4ec4 -105%, #223bc1 90.19%);
    width: 12px;
    height: 2px;
    position: absolute;
    top: 11px;
    right: 7px;
  }
  .line_three{
    background-image: linear-gradient(90deg, #af4ec4 -105%, #223bc1 90.19%);
    rotate: -45deg;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 14px;
  }

  @media screen and (max-width: 640px)  {
    .five_container .title_one {
      font-size: 24px;
      line-height: 32px;
      color: #edeef0;
    }
    .five_container .title_two {
      font-size: 16px;
      line-height: 24px;
      color: #edeef0;
    }
  }