.experience_container {
  padding-bottom: 40px;
  .title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #4b41ff;
    text-align: center;
  }

  .experience {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 310px;
    margin: 22px auto 28px;
    img {
      width: 16px;
      height: 56px;
    }
    p {
      font-size: 16px;
      font-weight: 600;
      color: rgba(82, 92, 101, 1);
      line-height: 30px;
      text-align: center;
      letter-spacing: 4px;
    }
  }
  .btn {
    width: 150px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 36px;
    background: #4b41ff;
    box-shadow: 0px 6px 12px 0px rgba(0, 153, 255, 0.06);
  }

  .btn--online {
    width: 200px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 4px;
    background-color: rgba(82, 92, 101, 0.6);
  }
}